Searched refs:INP_DONTFRAG (Results 1 – 5 of 5) sorted by relevance
1083 OPTSET(INP_DONTFRAG); in ip_ctloutput()1279 optval = OPTBIT(INP_DONTFRAG); in ip_ctloutput()
574 #define INP_DONTFRAG 0x00000800 /* don't fragment packet */ macro
457 if (inp->inp_flags & INP_DONTFRAG) in rip_output()
1415 if (inp->inp_flags & INP_DONTFRAG) { in udp_output()
2727 if (inp_flags & INP_DONTFRAG) { in db_print_inpflags()