Searched defs:skb (Results 1 – 11 of 11) sorted by relevance
/external/iproute2/examples/bpf/ |
D | bpf_graft.c | 39 int cls_aaa(struct __sk_buff *skb) in cls_aaa() 48 int cls_bbb(struct __sk_buff *skb) in cls_bbb() 57 int cls_entry(struct __sk_buff *skb) in cls_entry()
|
D | bpf_prog.c | 252 static inline bool flow_is_frag(struct __sk_buff *skb, int nh_off) in flow_is_frag() 258 static inline int flow_parse_ipv4(struct __sk_buff *skb, int nh_off, in flow_parse_ipv4() 282 static inline __u32 flow_addr_hash_ipv6(struct __sk_buff *skb, int off) in flow_addr_hash_ipv6() 292 static inline int flow_parse_ipv6(struct __sk_buff *skb, int nh_off, in flow_parse_ipv6() 303 static inline bool flow_dissector(struct __sk_buff *skb, in flow_dissector() 384 static inline void cls_update_proto_map(const struct __sk_buff *skb, in cls_update_proto_map() 404 static inline void cls_update_queue_map(const struct __sk_buff *skb) in cls_update_queue_map() 443 int cls_main(struct __sk_buff *skb) in cls_main() 467 int act_mark_main(struct __sk_buff *skb) in act_mark_main() 485 int act_rand_main(struct __sk_buff *skb) in act_rand_main()
|
D | bpf_cyclic.c | 12 int cls_loop(struct __sk_buff *skb) in cls_loop() 24 int cls_entry(struct __sk_buff *skb) in cls_entry()
|
D | bpf_shared.c | 24 int emain(struct __sk_buff *skb) in emain() 36 int imain(struct __sk_buff *skb) in imain()
|
D | bpf_tailcall.c | 81 int cls_entry(struct __sk_buff *skb) in cls_entry()
|
/external/libnl/include/linux-private/linux/netfilter/ |
D | nfnetlink_compat.h | 46 #define NFA_NEST(skb, type) \ argument 50 #define NFA_NEST_END(skb, start) \ argument 53 #define NFA_NEST_CANCEL(skb, start) \ argument
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | nfnetlink_compat.h | 46 #define NFA_NEST(skb, type) \ argument 50 #define NFA_NEST_END(skb, start) \ argument 53 #define NFA_NEST_CANCEL(skb, start) \ argument
|
/external/libnfnetlink/include/libnfnetlink/ |
D | linux_nfnetlink_compat.h | 44 #define NFA_NEST(skb, type) \ argument 48 #define NFA_NEST_END(skb, start) \ argument 51 #define NFA_NEST_CANCEL(skb, start) \ argument
|
/external/iputils/Modules/ |
D | pg3.c | 241 struct sk_buff *skb; in fill_packet() local 345 struct sk_buff *skb; in pg_inject() local
|
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000.h | 104 struct sk_buff *skb; member
|
/external/syslinux/gpxe/src/drivers/net/ |
D | via-velocity.h | 262 struct sk_buff *skb; member 292 struct sk_buff *skb; member
|