Home
last modified time | relevance | path

Searched refs:pmtu_pending (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/sctp/
H A Doutput.c111 if (asoc->pmtu_pending) { in sctp_packet_config()
114 asoc->pmtu_pending = 0; in sctp_packet_config()
H A Dassociola.c669 peer->pmtu_pending = 0; in sctp_assoc_add_peer()
1428 if (t->pmtu_pending && t->dst) { in sctp_assoc_sync_pmtu()
1431 t->pmtu_pending = 0; in sctp_assoc_sync_pmtu()
H A Dinput.c395 asoc->pmtu_pending = 1; in sctp_icmp_frag_needed()
396 t->pmtu_pending = 1; in sctp_icmp_frag_needed()
H A Dsocket.c1822 if (asoc->pmtu_pending) { in sctp_sendmsg_to_asoc()
1825 asoc->pmtu_pending = 0; in sctp_sendmsg_to_asoc()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h792 pmtu_pending:1, member
1803 __u8 pmtu_pending; member