Searched refs:strp_init (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/net/ |
D | strparser.h | 141 int strp_init(struct strparser *strp, struct sock *sk,
|
/Linux-v4.19/Documentation/networking/ |
D | strparser.txt | 37 strp_init(struct strparser *strp, struct sock *sk, 161 in strp_init) a default function is used. 169 to non-NULL in strp_init.
|
/Linux-v4.19/net/strparser/ |
D | strparser.c | 456 int strp_init(struct strparser *strp, struct sock *sk, in strp_init() function 495 EXPORT_SYMBOL_GPL(strp_init);
|
/Linux-v4.19/net/tls/ |
D | tls_sw.c | 1290 strp_init(&sw_ctx_rx->strp, sk, &cb); in tls_set_sw_offload()
|
/Linux-v4.19/net/kcm/ |
D | kcmsock.c | 1415 err = strp_init(&psock->strp, csk, &cb); in kcm_attach()
|
/Linux-v4.19/kernel/bpf/ |
D | sockmap.c | 1551 return strp_init(&psock->strp, sk, &cb); in smap_init_sock()
|