Home
last modified time | relevance | path

Searched defs:len_diff (Results 1 – 2 of 2) sorted by relevance

/net/core/
Dfilter.c3259 const u32 len_diff = sizeof(struct ipv6hdr) - sizeof(struct iphdr); in bpf_skb_proto_4_to_6() local
3289 const u32 len_diff = sizeof(struct ipv6hdr) - sizeof(struct iphdr); in bpf_skb_proto_6_to_4() local
3413 static int bpf_skb_net_grow(struct sk_buff *skb, u32 off, u32 len_diff, in bpf_skb_net_grow()
3519 static int bpf_skb_net_shrink(struct sk_buff *skb, u32 off, u32 len_diff, in bpf_skb_net_shrink()
3560 BPF_CALL_4(sk_skb_adjust_room, struct sk_buff *, skb, s32, len_diff, in BPF_CALL_4() argument
3601 BPF_CALL_4(bpf_skb_adjust_room, struct sk_buff *, skb, s32, len_diff, in BPF_CALL_4() argument
5787 u32, ifindex, u32 *, mtu_len, s32, len_diff, u64, flags) in BPF_CALL_5() argument
5836 u32, ifindex, u32 *, mtu_len, s32, len_diff, u64, flags) in BPF_CALL_5() argument
Dskbuff.c3883 int len_diff, err; in skb_segment_list() local