Searched refs:ipfragok (Results 1 – 2 of 2) sorted by relevance
66 packet->ipfragok = 0; in sctp_packet_reset()548 dst_xfrm(tp->dst) || packet->ipfragok || tp->encap_port) { in sctp_packet_pack()585 if (packet->size > tp->pathmtu && !packet->ipfragok && !chunk->pmtu_probe) { in sctp_packet_transmit()587 packet->ipfragok = 1; in sctp_packet_transmit()647 head->ignore_df = packet->ipfragok; in sctp_packet_transmit()819 packet->ipfragok = 1; in sctp_packet_will_fit()
732 ipfragok:1; /* So let ip fragment this packet */ member