Searched defs:skb (Results 1 – 11 of 11) 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 | tcbpf2_kern.c | 42 int _gre_set_tunnel(struct __sk_buff *skb) in _gre_set_tunnel() 63 int _gre_get_tunnel(struct __sk_buff *skb) in _gre_get_tunnel() 80 int _vxlan_set_tunnel(struct __sk_buff *skb) in _vxlan_set_tunnel() 109 int _vxlan_get_tunnel(struct __sk_buff *skb) in _vxlan_get_tunnel() 135 int _geneve_set_tunnel(struct __sk_buff *skb) in _geneve_set_tunnel() 172 int _geneve_get_tunnel(struct __sk_buff *skb) in _geneve_get_tunnel() 197 int _ipip_set_tunnel(struct __sk_buff *skb) in _ipip_set_tunnel() 237 int _ipip_get_tunnel(struct __sk_buff *skb) in _ipip_get_tunnel() 254 int _ipip6_set_tunnel(struct __sk_buff *skb) in _ipip6_set_tunnel() 300 int _ipip6_get_tunnel(struct __sk_buff *skb) in _ipip6_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, struct bpf_flow_keys *flow) in flow_dissector() 199 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 | 58 int _l2_to_iptun_ingress_forward(struct __sk_buff *skb) in _l2_to_iptun_ingress_forward() 109 int _l2_to_iptun_ingress_redirect(struct __sk_buff *skb) in _l2_to_iptun_ingress_redirect() 150 int _l2_to_ip6tun_ingress_redirect(struct __sk_buff *skb) in _l2_to_ip6tun_ingress_redirect() 205 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 | test_cgrp2_tc_kern.c | 42 int handle_egress(struct __sk_buff *skb) in handle_egress()
|
D | parse_varlen.c | 117 int handle_ingress(struct __sk_buff *skb) in handle_ingress()
|