Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sctp/
A Doutput.c422 if (SCTP_OUTPUT_CB(head)->last == head) in sctp_packet_gso_append()
425 SCTP_OUTPUT_CB(head)->last->next = skb; in sctp_packet_gso_append()
426 SCTP_OUTPUT_CB(head)->last = skb; in sctp_packet_gso_append()
449 SCTP_OUTPUT_CB(head)->last = head; in sctp_packet_pack()
/linux-6.3-rc2/include/net/sctp/
A Dstructs.h1159 #define SCTP_OUTPUT_CB(__skb) ((struct sctp_output_cb *)&((__skb)->cb[0])) macro

Completed in 11 milliseconds