Searched defs:skb (Results 1 – 14 of 14) sorted by relevance
| /samples/bpf/ |
| D | tcbpf1_kern.c | 15 static inline void set_dst_mac(struct __sk_buff *skb, char *mac) in set_dst_mac() 23 static inline void set_ip_tos(struct __sk_buff *skb, __u8 new_tos) in set_ip_tos() 36 static inline void set_tcp_ip_src(struct __sk_buff *skb, __u32 new_ip) in set_tcp_ip_src() 46 static inline void set_tcp_dest_port(struct __sk_buff *skb, __u16 new_port) in set_tcp_dest_port() 55 int bpf_prog1(struct __sk_buff *skb) in bpf_prog1() 69 int _redirect_xmit(struct __sk_buff *skb) in _redirect_xmit() 74 int _redirect_recv(struct __sk_buff *skb) in _redirect_recv() 79 int _clone_redirect_xmit(struct __sk_buff *skb) in _clone_redirect_xmit() 85 int _clone_redirect_recv(struct __sk_buff *skb) in _clone_redirect_recv()
|
| D | test_lwt_bpf.c | 37 int do_nop(struct __sk_buff *skb) in do_nop() 44 int do_test_ctx(struct __sk_buff *skb) in do_test_ctx() 57 int do_test_cb(struct __sk_buff *skb) in do_test_cb() 68 int do_test_data(struct __sk_buff *skb) in do_test_data() 92 static inline int rewrite(struct __sk_buff *skb, uint32_t old_ip, in rewrite() 149 int do_test_rewrite(struct __sk_buff *skb) in do_test_rewrite() 168 static inline int __do_push_ll_and_redirect(struct __sk_buff *skb) in __do_push_ll_and_redirect() 193 int do_push_ll_and_redirect_silent(struct __sk_buff *skb) in do_push_ll_and_redirect_silent() 199 int do_push_ll_and_redirect(struct __sk_buff *skb) in do_push_ll_and_redirect() 210 static inline void __fill_garbage(struct __sk_buff *skb) in __fill_garbage() [all …]
|
| D | tcbpf2_kern.c | 47 int _gre_set_tunnel(struct __sk_buff *skb) in _gre_set_tunnel() 68 int _gre_get_tunnel(struct __sk_buff *skb) in _gre_get_tunnel() 85 int _erspan_set_tunnel(struct __sk_buff *skb) in _erspan_set_tunnel() 114 int _erspan_get_tunnel(struct __sk_buff *skb) in _erspan_get_tunnel() 142 int _vxlan_set_tunnel(struct __sk_buff *skb) in _vxlan_set_tunnel() 171 int _vxlan_get_tunnel(struct __sk_buff *skb) in _vxlan_get_tunnel() 197 int _geneve_set_tunnel(struct __sk_buff *skb) in _geneve_set_tunnel() 234 int _geneve_get_tunnel(struct __sk_buff *skb) in _geneve_get_tunnel() 259 int _ipip_set_tunnel(struct __sk_buff *skb) in _ipip_set_tunnel() 299 int _ipip_get_tunnel(struct __sk_buff *skb) in _ipip_get_tunnel() [all …]
|
| D | sockex1_kern.c | 15 int bpf_prog1(struct __sk_buff *skb) in bpf_prog1()
|
| D | sockex2_kern.c | 61 static inline __u64 parse_ip(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ip() 85 static inline __u64 parse_ipv6(struct __sk_buff *skb, __u64 nhoff, __u64 *ip_proto, in parse_ipv6() 99 static inline bool flow_dissector(struct __sk_buff *skb, in flow_dissector() 200 int bpf_prog2(struct __sk_buff *skb) in bpf_prog2()
|
| D | tracex1_kern.c | 28 struct sk_buff *skb; in bpf_prog1() local
|
| D | tc_l2_redirect_kern.c | 59 int _l2_to_iptun_ingress_forward(struct __sk_buff *skb) in _l2_to_iptun_ingress_forward() 110 int _l2_to_iptun_ingress_redirect(struct __sk_buff *skb) in _l2_to_iptun_ingress_redirect() 151 int _l2_to_ip6tun_ingress_redirect(struct __sk_buff *skb) in _l2_to_ip6tun_ingress_redirect() 206 int _drop_non_tun_vip(struct __sk_buff *skb) in _drop_non_tun_vip()
|
| D | parse_ldabs.c | 27 int handle_ingress(struct __sk_buff *skb) in handle_ingress()
|
| D | sockex3_kern.c | 39 static inline void parse_eth_proto(struct __sk_buff *skb, u32 proto) in parse_eth_proto() 122 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats() 138 static __always_inline void parse_ip_proto(struct __sk_buff *skb, in parse_ip_proto() 280 int main_prog(struct __sk_buff *skb) in main_prog()
|
| D | parse_simple.c | 27 int handle_ingress(struct __sk_buff *skb) in handle_ingress()
|
| D | lwt_len_hist_kern.c | 67 int do_len_hist(struct __sk_buff *skb) in do_len_hist()
|
| D | test_cgrp2_tc_kern.c | 42 int handle_egress(struct __sk_buff *skb) in handle_egress()
|
| D | parse_varlen.c | 113 int handle_ingress(struct __sk_buff *skb) in handle_ingress()
|
| /samples/sockmap/ |
| D | sockmap_kern.c | 47 int bpf_prog1(struct __sk_buff *skb) in bpf_prog1() 53 int bpf_prog2(struct __sk_buff *skb) in bpf_prog2()
|