Searched defs:skb_ptr (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_l4lb_noinline_dynptr.c | 235 static __noinline int parse_icmpv6(struct bpf_dynptr *skb_ptr, __u64 off, in parse_icmpv6() 259 static __noinline int parse_icmp(struct bpf_dynptr *skb_ptr, __u64 off, in parse_icmp() 284 static __noinline bool parse_udp(struct bpf_dynptr *skb_ptr, __u64 off, in parse_udp() 304 static __noinline bool parse_tcp(struct bpf_dynptr *skb_ptr, __u64 off, in parse_tcp() 327 static __noinline int process_packet(struct bpf_dynptr *skb_ptr, in process_packet()
|
/Linux-v6.6/drivers/net/ethernet/rdc/ |
D | r6040.c | 170 struct sk_buff *skb_ptr; /* 18-1B */ member 513 struct sk_buff *skb_ptr, *new_skb; in r6040_rx() local 587 struct sk_buff *skb_ptr; in r6040_tx() local
|