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

/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;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c1144 * @is_encap: set true for tunnel IPv4 address
1149 struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap)
1152 if (is_encap)
1160 if (is_encap)
1175 * @is_encap: set true for tunnel IPv6 address
1180 struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap)
1199 if (is_encap)
1205 if (is_encap)
1237 * @is_encap: set true for tunnel
1243 bool is_encap)
1147 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
1178 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
1240 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
1274 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/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c25 "is_encap=%u/%u " \
36 got.is_encap, expected.is_encap, \
394 .is_encap = true,
423 .is_encap = true,
/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.h7270 __u8 is_encap; member in struct:bpf_flow_keys
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7270 __u8 is_encap; member in struct:bpf_flow_keys
/linux-master/net/core/
H A Dflow_dissector.c925 if (flow_keys->is_encap)

Completed in 171 milliseconds