Home
last modified time | relevance | path

Searched refs:enc_control (Results 1 – 2 of 2) sorted by relevance

/net/netfilter/
Dnf_flow_table_offload.c41 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_ENC_CONTROL, enc_control); in nf_flow_rule_lwt_match()
58 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in nf_flow_rule_lwt_match()
73 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nf_flow_rule_lwt_match()
/net/sched/
Dcls_flower.c41 struct flow_dissector_key_control enc_control; member
1653 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fl_set_key()
1654 mask->enc_control.addr_type = ~0; in fl_set_key()
1669 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key()
1670 mask->enc_control.addr_type = ~0; in fl_set_key()
1806 enc_control); in fl_init_dissector()
2998 if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS && in fl_dump_key()
3008 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()