Home
last modified time | relevance | path

Searched refs:cookie_auth_enable (Results 1 – 6 of 6) sorted by relevance

/linux/net/sctp/
H A Dsysctl.c177 .data = &init_net.sctp.cookie_auth_enable,
391 sctp.cookie_auth_enable); in proc_sctp_do_hmac_alg()
405 net->sctp.cookie_auth_enable = 1; in proc_sctp_do_hmac_alg()
409 net->sctp.cookie_auth_enable = 0; in proc_sctp_do_hmac_alg()
414 if (net->sctp.cookie_auth_enable) in proc_sctp_do_hmac_alg()
H A Dprotocol.c1306 net->sctp.cookie_auth_enable = in sctp_defaults_init()
H A Dsm_make_chunk.c1712 if (sctp_sk(ep->base.sk)->cookie_auth_enable) { in sctp_pack_cookie()
1763 if (sctp_sk(ep->base.sk)->cookie_auth_enable) { in sctp_unpack_cookie()
H A Dsocket.c5045 sp->cookie_auth_enable = net->sctp.cookie_auth_enable; in sctp_init_sock()
/linux/include/net/netns/
H A Dsctp.h79 int cookie_auth_enable; member
/linux/include/net/sctp/
H A Dstructs.h227 cookie_auth_enable:1; member