Home
last modified time | relevance | path

Searched refs:iptnl_info (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/samples/bpf/
Dxdp_tx_iptunnel_kern.c32 .value_size = sizeof(struct iptnl_info),
69 const struct iptnl_info *tnl, in set_ethhdr()
81 struct iptnl_info *tnl; in handle_ipv4()
156 struct iptnl_info *tnl; in handle_ipv6()
Dxdp_tx_iptunnel_common.h24 struct iptnl_info { struct
Dxdp_tx_iptunnel_user.c145 struct iptnl_info tnl = {}; in main()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_xdp.c35 .value_size = sizeof(struct iptnl_info),
72 const struct iptnl_info *tnl, in set_ethhdr()
84 struct iptnl_info *tnl; in handle_ipv4()
157 struct iptnl_info *tnl; in handle_ipv6()
Dtest_iptunnel_common.h24 struct iptnl_info { struct
Dtest_progs.c131 struct iptnl_info value4 = {.family = AF_INET}; in test_xdp()
132 struct iptnl_info value6 = {.family = AF_INET6}; in test_xdp()