Searched defs:mtu_len (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_check_mtu.c | 24 __u32 mtu_len = 0; xdp_use_helper_basic() local 36 __u32 mtu_len = 0; xdp_use_helper() local 66 __u32 mtu_len = 0; xdp_exceed_mtu() local 92 __u32 mtu_len = 0; xdp_minus_delta() local 123 __u32 mtu_len = data_len - ETH_HLEN; xdp_input_len() local 144 __u32 mtu_len = GLOBAL_USER_MTU; xdp_input_len_exceed() local 160 __u32 mtu_len = 0; tc_use_helper() local 181 __u32 mtu_len = 0; tc_exceed_mtu() local 208 __u32 mtu_len = 0; tc_exceed_mtu_da() local 232 __u32 mtu_len = 0; tc_minus_delta() local 259 __u32 mtu_len = GLOBAL_USER_MTU; tc_input_len() local 280 __u32 mtu_len = GLOBAL_USER_MTU; tc_input_len_exceed() local [all...] |
| H A D | test_cls_redirect_dynptr.c | 305 uint32_t mtu_len = 0; in forward_with_gre() local
|
| H A D | test_cls_redirect.c | 414 uint32_t mtu_len = 0; forward_with_gre() local
|
| /linux/net/core/ |
| H A D | filter.c | 6519 BPF_CALL_5(bpf_skb_check_mtu,struct sk_buff *,skb,u32,ifindex,u32 *,mtu_len,s32,len_diff,u64,flags) BPF_CALL_5() argument 6565 BPF_CALL_5(bpf_xdp_check_mtu,struct xdp_buff *,xdp,u32,ifindex,u32 *,mtu_len,s32,len_diff,u64,flags) BPF_CALL_5() argument [all...] |