Home
last modified time | relevance | path

Searched refs:have_auth (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/sctp/
H A Dinput.c1235 int have_auth = 0; in __sctp_rcv_walk_lookup() local
1254 have_auth = chunk_num; in __sctp_rcv_walk_lookup()
1265 if (have_auth == 1 && chunk_num == 2) in __sctp_rcv_walk_lookup()
1270 if (have_auth || net->sctp.addip_noauth) in __sctp_rcv_walk_lookup()
H A Dsm_make_chunk.c2017 int have_auth = 0; in sctp_verify_ext_param() local
2023 have_auth = 1; in sctp_verify_ext_param()
2040 if (ep->asconf_enable && !have_auth && have_asconf) in sctp_verify_ext_param()