Home
last modified time | relevance | path

Searched refs:skb_len (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_check_mtu.c180 __u32 skb_len = ctx->len; in tc_exceed_mtu() local
186 delta = GLOBAL_USER_MTU - (skb_len - ETH_HLEN) + 1; in tc_exceed_mtu()
231 __u32 skb_len = ctx->len; in tc_minus_delta() local
236 delta = -((skb_len - ETH_HLEN) + 1); in tc_minus_delta()
Dtest_misc_tcp_hdr_options.c141 if (tcp_hdrlen(th) < skops->skb_len) in check_active_hdr_in()
147 if (th->ack && !th->fin && tcp_hdrlen(th) == skops->skb_len) in check_active_hdr_in()
Dtest_tcp_hdr_options.c368 if (skops->skb_len) in handle_hdr_opt_len()
392 if (skops->skb_len > tcp_hdrlen(th)) in handle_write_hdr_opt()
/tools/include/uapi/linux/
Dbpf.h6679 __u32 skb_len; /* The total length of a packet. member