diff options
Diffstat (limited to 'net/sched/cls_api.c')
-rw-r--r-- | net/sched/cls_api.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c index edb8fc97ae11..f41f4ee0587a 100644 --- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c | |||
@@ -286,7 +286,7 @@ replay: | |||
286 | goto errout; | 286 | goto errout; |
287 | } else { | 287 | } else { |
288 | switch (n->nlmsg_type) { | 288 | switch (n->nlmsg_type) { |
289 | case RTM_NEWTFILTER: | 289 | case RTM_NEWTFILTER: |
290 | err = -EEXIST; | 290 | err = -EEXIST; |
291 | if (n->nlmsg_flags&NLM_F_EXCL) | 291 | if (n->nlmsg_flags&NLM_F_EXCL) |
292 | goto errout; | 292 | goto errout; |
@@ -481,11 +481,11 @@ tcf_exts_destroy(struct tcf_proto *tp, struct tcf_exts *exts) | |||
481 | 481 | ||
482 | int | 482 | int |
483 | tcf_exts_validate(struct tcf_proto *tp, struct rtattr **tb, | 483 | tcf_exts_validate(struct tcf_proto *tp, struct rtattr **tb, |
484 | struct rtattr *rate_tlv, struct tcf_exts *exts, | 484 | struct rtattr *rate_tlv, struct tcf_exts *exts, |
485 | struct tcf_ext_map *map) | 485 | struct tcf_ext_map *map) |
486 | { | 486 | { |
487 | memset(exts, 0, sizeof(*exts)); | 487 | memset(exts, 0, sizeof(*exts)); |
488 | 488 | ||
489 | #ifdef CONFIG_NET_CLS_ACT | 489 | #ifdef CONFIG_NET_CLS_ACT |
490 | { | 490 | { |
491 | int err; | 491 | int err; |
@@ -511,7 +511,7 @@ tcf_exts_validate(struct tcf_proto *tp, struct rtattr **tb, | |||
511 | #elif defined CONFIG_NET_CLS_POLICE | 511 | #elif defined CONFIG_NET_CLS_POLICE |
512 | if (map->police && tb[map->police-1]) { | 512 | if (map->police && tb[map->police-1]) { |
513 | struct tcf_police *p; | 513 | struct tcf_police *p; |
514 | 514 | ||
515 | p = tcf_police_locate(tb[map->police-1], rate_tlv); | 515 | p = tcf_police_locate(tb[map->police-1], rate_tlv); |
516 | if (p == NULL) | 516 | if (p == NULL) |
517 | return -EINVAL; | 517 | return -EINVAL; |
@@ -530,7 +530,7 @@ tcf_exts_validate(struct tcf_proto *tp, struct rtattr **tb, | |||
530 | 530 | ||
531 | void | 531 | void |
532 | tcf_exts_change(struct tcf_proto *tp, struct tcf_exts *dst, | 532 | tcf_exts_change(struct tcf_proto *tp, struct tcf_exts *dst, |
533 | struct tcf_exts *src) | 533 | struct tcf_exts *src) |
534 | { | 534 | { |
535 | #ifdef CONFIG_NET_CLS_ACT | 535 | #ifdef CONFIG_NET_CLS_ACT |
536 | if (src->action) { | 536 | if (src->action) { |
@@ -597,7 +597,7 @@ rtattr_failure: __attribute__ ((unused)) | |||
597 | 597 | ||
598 | int | 598 | int |
599 | tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts, | 599 | tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts, |
600 | struct tcf_ext_map *map) | 600 | struct tcf_ext_map *map) |
601 | { | 601 | { |
602 | #ifdef CONFIG_NET_CLS_ACT | 602 | #ifdef CONFIG_NET_CLS_ACT |
603 | if (exts->action) | 603 | if (exts->action) |