Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dinput.c1206 int have_auth = 0; in __sctp_rcv_walk_lookup() local
1225 have_auth = chunk_num; in __sctp_rcv_walk_lookup()
1236 if (have_auth == 1 && chunk_num == 2) in __sctp_rcv_walk_lookup()
1241 if (have_auth || net->sctp.addip_noauth) in __sctp_rcv_walk_lookup()
H A Dsm_make_chunk.c1972 int have_auth = 0; in sctp_verify_ext_param() local
1978 have_auth = 1; in sctp_verify_ext_param()
1995 if (ep->asconf_enable && !have_auth && have_asconf) in sctp_verify_ext_param()