Searched refs:skb_ctx (Results 1 – 3 of 3) sorted by relevance
40 __bpf_kfunc int bpf_skb_get_xfrm_info(struct __sk_buff *skb_ctx, struct bpf_xfrm_info *to) in bpf_skb_get_xfrm_info() argument42 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_get_xfrm_info()62 __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() argument64 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_set_xfrm_info()
44 __bpf_kfunc int bpf_skb_set_fou_encap(struct __sk_buff *skb_ctx, in bpf_skb_set_fou_encap() argument47 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_set_fou_encap()86 __bpf_kfunc int bpf_skb_get_fou_encap(struct __sk_buff *skb_ctx, in bpf_skb_get_fou_encap() argument89 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_get_fou_encap()
360 bpf_skb_ct_alloc(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, in bpf_skb_ct_alloc() argument363 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_ct_alloc()395 bpf_skb_ct_lookup(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple, in bpf_skb_ct_lookup() argument398 struct sk_buff *skb = (struct sk_buff *)skb_ctx; in bpf_skb_ct_lookup()
Completed in 7 milliseconds