Searched refs:skb_ctx (Results 1 – 4 of 4) sorted by relevance
42 __bpf_kfunc int bpf_skb_get_xfrm_info(struct __sk_buff *skb_ctx, struct bpf_xfrm_info *to) in bpf_skb_get_xfrm_info() argument44 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_get_xfrm_info()64 __bpf_kfunc int bpf_skb_set_xfrm_info(struct __sk_buff *skb_ctx, const struct bpf_xfrm_info *from) in bpf_skb_set_xfrm_info() argument66 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_set_xfrm_info()
14 int bpf_skb_set_xfrm_info(struct __sk_buff *skb_ctx,16 int bpf_skb_get_xfrm_info(struct __sk_buff *skb_ctx,
100 extern struct nf_conn *bpf_skb_ct_lookup(struct __sk_buff *skb_ctx,
320 bpf_skb_ct_alloc(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, in bpf_skb_ct_alloc() argument323 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_ct_alloc()355 bpf_skb_ct_lookup(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, in bpf_skb_ct_lookup() argument358 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_ct_lookup()
Completed in 10 milliseconds