Searched refs:PRC_MSGSIZE (Results 1 – 13 of 13) sorted by relevance
101 if (cmd == PRC_MSGSIZE && ip_mtudisc && ip && ip->ip_v == 4) { in ah4_ctlinput()144 if (cmd == PRC_MSGSIZE && ip_mtudisc && ip && ip->ip_v == 4) { in esp4_ctlinput()217 if (cmd == PRC_MSGSIZE) { in ah6_ctlinput()313 if (cmd == PRC_MSGSIZE) { in esp6_ctlinput()
1299 else if (cmd == PRC_MSGSIZE) in tcp6_ctlinput()1323 if (cmd == PRC_MSGSIZE) in tcp6_ctlinput()1331 if (cmd == PRC_MSGSIZE) { in tcp6_ctlinput()1411 else if (cmd == PRC_MSGSIZE && ip && ip->ip_v == 4) { in tcp_ctlinput()1606 (const struct sockaddr *)&sa6_any, 0, PRC_MSGSIZE, NULL, tcp6_mtudisc); in tcp6_mtudisc_callback()
728 else if (cmd == PRC_MSGSIZE) in encap6_ctlinput()741 if (ip6 && cmd == PRC_MSGSIZE) { in encap6_ctlinput()
474 code = PRC_MSGSIZE; in _icmp_input()
1284 [PRC_MSGSIZE] = EMSGSIZE,
458 if (cmd != PRC_MSGSIZE) { in sctp_ctlinput()
212 else if (cmd == PRC_MSGSIZE) { in udp6_ctlinput()238 if (cmd == PRC_MSGSIZE) in udp6_ctlinput()246 if (cmd == PRC_MSGSIZE) { in udp6_ctlinput()
287 else if (cmd == PRC_MSGSIZE) in rip6_ctlinput()306 if (ip6 && cmd == PRC_MSGSIZE) { in rip6_ctlinput()
709 if (cmd == PRC_MSGSIZE && (inp->inp_flags & IN6P_MTU) != 0 && in in6pcb_notify()
467 if (cmd == PRC_MSGSIZE) { in sctp6_ctlinput()
622 code = PRC_MSGSIZE; in _icmp6_input()
821 pfctlinput2(PRC_MSGSIZE, in ip6_output()
184 #define PRC_MSGSIZE 5 /* message size forced drop */ macro