summaryrefslogtreecommitdiff
path: root/oui.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04misc: cleanup header commentsDaniel Borkmann1-6/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+19
m@davemloft.net>2017-02-10 11:38:08 -0500 commit33a48927c193d030c80ecaeb3e021b7ed85f9c78 (patch) tree638ffd395254369e7dbce8da7973a36f0d0b01fa parentcf1facda2f61bc3e9ffd985b6d624dec6ad3f279 (diff)
sched: push TC filter protocol creation into a separate function
Make the long function tc_ctl_tfilter a little bit shorter and easier to read. Also make the creation of filter proto symmetric to destruction. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--net/sched/cls_api.c110
1 files changed, 59 insertions, 51 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c