Searched refs:strp_init (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/networking/ |
H A D | strparser.rst | 43 strp_init(struct strparser *strp, struct sock *sk, 200 in strp_init) a default function is used. 210 to non-NULL in strp_init.
|
/linux/net/strparser/ |
H A D | strparser.c | 446 int strp_init(struct strparser *strp, struct sock *sk, in strp_init() function 486 EXPORT_SYMBOL_GPL(strp_init);
|
/linux/include/net/ |
H A D | strparser.h | 163 int strp_init(struct strparser *strp, struct sock *sk,
|
/linux/net/xfrm/ |
H A D | espintcp.c | 472 err = strp_init(&ctx->strp, sk, &cb); in espintcp_init_sk()
|
/linux/drivers/net/ovpn/ |
H A D | tcp.c | 501 ret = strp_init(&peer->tcp.strp, ovpn_sock->sk, &cb); in ovpn_tcp_socket_attach()
|
/linux/net/core/ |
H A D | skmsg.c | 1167 ret = strp_init(&psock->strp, sk, &cb); in sk_psock_init_strp()
|
/linux/net/kcm/ |
H A D | kcmsock.c | 1279 err = strp_init(&psock->strp, csk, &cb); in kcm_attach()
|