Searched refs:ematch (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/dsa/microchip/ |
| A D | ksz9477_tc_flower.c | 33 struct flow_match_eth_addrs ematch; in ksz9477_flower_parse_key_l2() local 57 flow_rule_match_eth_addrs(rule, &ematch); in ksz9477_flower_parse_key_l2() 59 if (!is_zero_ether_addr(ematch.key->src)) { in ksz9477_flower_parse_key_l2() 60 if (!is_broadcast_ether_addr(ematch.mask->src)) in ksz9477_flower_parse_key_l2() 63 src_mac = ematch.key->src; in ksz9477_flower_parse_key_l2() 66 if (!is_zero_ether_addr(ematch.key->dst)) { in ksz9477_flower_parse_key_l2() 67 if (!is_broadcast_ether_addr(ematch.mask->dst)) in ksz9477_flower_parse_key_l2() 70 dst_mac = ematch.key->dst; in ksz9477_flower_parse_key_l2()
|
| /linux/net/ipv4/netfilter/ |
| A D | ip_tables.c | 290 xt_ematch_foreach(ematch, e) { in ipt_do_table() 524 struct xt_entry_match *ematch; in find_check_entry() local 536 xt_ematch_foreach(ematch, e) { in find_check_entry() 560 xt_ematch_foreach(ematch, e) { in find_check_entry() 563 cleanup_match(ematch, net); in find_check_entry() 640 struct xt_entry_match *ematch; in cleanup_entry() local 643 xt_ematch_foreach(ematch, e) in cleanup_entry() 644 cleanup_match(ematch, net); in cleanup_entry() 900 xt_ematch_foreach(ematch, e) in compat_calc_entry() 1279 xt_ematch_foreach(ematch, e) in compat_release_entry() [all …]
|
| /linux/net/ipv6/netfilter/ |
| A D | ip6_tables.c | 313 xt_ematch_foreach(ematch, e) { in ip6t_do_table() 543 struct xt_entry_match *ematch; in find_check_entry() local 555 xt_ematch_foreach(ematch, e) { in find_check_entry() 578 xt_ematch_foreach(ematch, e) { in find_check_entry() 581 cleanup_match(ematch, net); in find_check_entry() 657 struct xt_entry_match *ematch; in cleanup_entry() local 660 xt_ematch_foreach(ematch, e) in cleanup_entry() 661 cleanup_match(ematch, net); in cleanup_entry() 916 xt_ematch_foreach(ematch, e) in compat_calc_entry() 1295 xt_ematch_foreach(ematch, e) in compat_release_entry() [all …]
|
| /linux/net/netfilter/ |
| A D | xt_TCPMSS.c | 267 const struct xt_entry_match *ematch; in tcpmss_tg4_check() local 279 xt_ematch_foreach(ematch, e) in tcpmss_tg4_check() 280 if (find_syn_match(ematch)) in tcpmss_tg4_check() 291 const struct xt_entry_match *ematch; in tcpmss_tg6_check() local 303 xt_ematch_foreach(ematch, e) in tcpmss_tg6_check() 304 if (find_syn_match(ematch)) in tcpmss_tg6_check()
|
| /linux/net/sched/ |
| A D | Makefile | 75 obj-$(CONFIG_NET_EMATCH) += ematch.o
|
| /linux/Documentation/netlink/specs/ |
| A D | tc.yaml | 1221 name: tcf-ematch-tree-hdr 1998 nested-attributes: tc-ematch-attrs 2303 name: tc-ematch-attrs 2308 struct: tcf-ematch-tree-hdr
|
Completed in 22 milliseconds