Home
last modified time | relevance | path

Searched refs:sctp_sender_hb_info_t (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/sctp/
Dsm_sideeffect.c692 sctp_sender_hb_info_t *hbinfo; in sctp_cmd_transport_on()
746 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data; in sctp_cmd_transport_on()
Dsm_statefuns.c1133 sctp_sender_hb_info_t *hbinfo; in sctp_sf_backbeat_8_3()
1141 sizeof(sctp_sender_hb_info_t))) in sctp_sf_backbeat_8_3()
1145 hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data; in sctp_sf_backbeat_8_3()
1148 sizeof(sctp_sender_hb_info_t)) { in sctp_sf_backbeat_8_3()
Dsm_make_chunk.c1140 sctp_sender_hb_info_t hbinfo; in sctp_make_heartbeat()
1148 hbinfo.param_hdr.length = htons(sizeof(sctp_sender_hb_info_t)); in sctp_make_heartbeat()
/linux-4.4.14/include/net/sctp/
Dstructs.h377 } __packed sctp_sender_hb_info_t; typedef