Searched refs:sk_psock_skb_ingress_self (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | skmsg.c | 459 static int sk_psock_skb_ingress_self(struct sk_psock *psock, struct sk_buff *skb); 472 return sk_psock_skb_ingress_self(psock, skb); in sk_psock_skb_ingress() 494 static int sk_psock_skb_ingress_self(struct sk_psock *psock, struct sk_buff *skb) in sk_psock_skb_ingress_self() function 865 err = sk_psock_skb_ingress_self(psock, skb); in sk_psock_verdict_apply()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skmsg.c | 559 static int sk_psock_skb_ingress_self(struct sk_psock *psock, struct sk_buff *skb, 574 return sk_psock_skb_ingress_self(psock, skb, off, len); in sk_psock_skb_ingress() 596 static int sk_psock_skb_ingress_self(struct sk_psock *psock, struct sk_buff *skb, in sk_psock_skb_ingress_self() function 1008 err = sk_psock_skb_ingress_self(psock, skb, off, len); in sk_psock_verdict_apply()
|
Completed in 4 milliseconds