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.c1135 * @is_encap: set true for tunnel IPv4 address
1140 struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap)
1143 if (is_encap)
1151 if (is_encap)
1166 * @is_encap: set true for tunnel IPv6 address
1171 struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap)
1190 if (is_encap)
1196 if (is_encap)
1228 * @is_encap: set true for tunnel
1234 bool is_encap)
1138 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
1169 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
1231 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
1265 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.c26 "is_encap=%u/%u " \
37 got.is_encap, expected.is_encap, \
395 .is_encap = true,
424 .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.h7244 __u8 is_encap; member in struct:bpf_flow_keys
/linux-master/tools/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)

Completed in 251 milliseconds