Searched refs:is_encap (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c1143 * @is_encap: set true for tunnel IPv4 address
1148 struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap)
1151 if (is_encap)
1159 if (is_encap)
1174 * @is_encap: set true for tunnel IPv6 address
1179 struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap)
1198 if (is_encap)
1204 if (is_encap)
1236 * @is_encap: set true for tunnel
1242 bool is_encap)
1146 ice_tc_set_ipv4(struct flow_match_ipv4_addrs *match, struct ice_tc_flower_fltr *fltr, struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap) argument
1177 ice_tc_set_ipv6(struct flow_match_ipv6_addrs *match, struct ice_tc_flower_fltr *fltr, struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap) argument
1239 ice_tc_set_tos_ttl(struct flow_match_ip *match, struct ice_tc_flower_fltr *fltr, struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap) argument
1273 ice_tc_set_port(struct flow_match_ports match, struct ice_tc_flower_fltr *fltr, struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap) argument
[all...]
/linux-master/include/net/mana/
H A Dmana.h134 u32 is_encap : 1; member in struct:mana_tx_long_oob
/linux-master/include/uapi/linux/
H A Dbpf.h7244 __u8 is_encap; member in struct:bpf_flow_keys
/linux-master/net/core/
H A Dflow_dissector.c917 if (flow_keys->is_encap)
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7244 __u8 is_encap; member in struct:bpf_flow_keys
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c26 "is_encap=%u/%u " \
37 got.is_encap, expected.is_encap, \
395 .is_encap = true,
424 .is_encap = true,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c182 keys->is_encap = true;
188 keys->is_encap = true;
210 keys->is_encap = true;

Completed in 272 milliseconds