Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
Doutput.c112 if (asoc->pmtu_pending) { in sctp_packet_config()
115 asoc->pmtu_pending = 0; in sctp_packet_config()
Dassociola.c675 peer->pmtu_pending = 0; in sctp_assoc_add_peer()
1438 if (t->pmtu_pending && t->dst) { in sctp_assoc_sync_pmtu()
1441 t->pmtu_pending = 0; in sctp_assoc_sync_pmtu()
Dinput.c397 asoc->pmtu_pending = 1; in sctp_icmp_frag_needed()
398 t->pmtu_pending = 1; in sctp_icmp_frag_needed()
Dsocket.c1818 if (asoc->pmtu_pending) { in sctp_sendmsg_to_asoc()
1821 asoc->pmtu_pending = 0; in sctp_sendmsg_to_asoc()
/linux-6.1.9/include/net/sctp/
Dstructs.h798 pmtu_pending:1, member
1821 __u8 pmtu_pending; member