Searched refs:strp_init (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/include/net/ |
D | strparser.h | 163 int strp_init(struct strparser *strp, struct sock *sk,
|
/Linux-v6.6/Documentation/networking/ |
D | strparser.rst | 43 strp_init(struct strparser *strp, struct sock *sk, 193 in strp_init) a default function is used. 203 to non-NULL in strp_init.
|
/Linux-v6.6/net/strparser/ |
D | strparser.c | 440 int strp_init(struct strparser *strp, struct sock *sk, in strp_init() function 479 EXPORT_SYMBOL_GPL(strp_init);
|
/Linux-v6.6/net/xfrm/ |
D | espintcp.c | 468 err = strp_init(&ctx->strp, sk, &cb); in espintcp_init_sk()
|
/Linux-v6.6/net/core/ |
D | skmsg.c | 1135 ret = strp_init(&psock->strp, sk, &cb); in sk_psock_init_strp()
|
/Linux-v6.6/net/kcm/ |
D | kcmsock.c | 1268 err = strp_init(&psock->strp, csk, &cb); in kcm_attach()
|