Searched refs:auth_offset (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dsctp_auth.h211 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset,
H A Dsctp_input.c1465 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1482 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1898 auth_skipped, auth_offset, auth_len,
2057 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
2250 sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf);
2251 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) {
2423 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
2692 auth_skipped, auth_offset, auth_len,
2701 &notification, auth_skipped, auth_offset, auth_len,
4530 uint32_t auth_offset local
1477 sctp_process_cookie_existing(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets **netp, struct sockaddr *init_src, int *notification, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, uint8_t mflowtype, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
2052 sctp_process_cookie_new(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, struct sctp_inpcb *inp, struct sctp_nets **netp, struct sockaddr *init_src, int *notification, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, uint8_t mflowtype, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
2419 sctp_handle_cookie_echo(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_cookie_echo_chunk *cp, struct sctp_inpcb **inp_p, struct sctp_tcb **stcb, struct sctp_nets **netp, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, struct sctp_tcb **locked_tcb, uint8_t mflowtype, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
[all...]
H A Dsctp_output.c3982 uint32_t auth_offset,
4051 sctp_fill_hmac_digest_m(m, auth_offset, auth, stcb, auth_keyid);
7857 uint32_t auth_offset = 0; local
8157 &auth_offset,
8221 outchain, auth_offset, auth,
8262 auth_offset = 0;
8382 &auth_offset,
8499 auth_offset, auth,
8539 auth_offset = 0;
8700 &auth_offset,
3977 sctp_lowlevel_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, struct sockaddr *to, struct mbuf *m, uint32_t auth_offset, struct sctp_auth_chunk *auth, uint16_t auth_keyid, int nofragment_flag, int ecn_ok, int out_of_asoc_ok, uint16_t src_port, uint16_t dest_port, uint32_t v_tag, uint16_t port, union sctp_sockstore *over_addr, uint8_t mflowtype, uint32_t mflowid, int so_locked SCTP_UNUSED ) argument
9438 uint32_t auth_offset = 0; local
10887 uint32_t auth_offset = 0; local
[all...]
H A Dsctp_auth.c1541 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset, argument
1586 m, auth_offset, auth->hmac);

Completed in 222 milliseconds