Searched refs:INP_DONTFRAG (Results 1 – 6 of 6) sorted by relevance
1290 OPTSET(INP_DONTFRAG); in ip_ctloutput()1514 optval = OPTBIT(INP_DONTFRAG); in ip_ctloutput()
702 #define INP_DONTFRAG 0x00000800 /* don't fragment packet */ macro
482 if (inp->inp_flags & INP_DONTFRAG) in rip_output()
1433 if (inp->inp_flags & INP_DONTFRAG) { in udp_output()
3178 if (inp_flags & INP_DONTFRAG) { in db_print_inpflags()