Searched refs:ipfragok (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/sctp/
H A Doutput.c66 packet->ipfragok = 0;
548 dst_xfrm(tp->dst) || packet->ipfragok || tp->encap_port) {
585 if (packet->size > tp->pathmtu && !packet->ipfragok && !chunk->pmtu_probe) {
587 packet->ipfragok = 1;
647 head->ignore_df = packet->ipfragok;
819 packet->ipfragok = 1;
/linux-master/include/net/sctp/
H A Dstructs.h732 ipfragok:1; /* So let ip fragment this packet */ member in struct:sctp_packet

Completed in 240 milliseconds