Home
last modified time | relevance | path

Searched refs:PRC_MSGSIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dprotosw.h290 #define PRC_MSGSIZE 5 /* message size forced drop */ macro
/freebsd-13.1/sys/netinet/
H A Dtcp_subr.c2848 if (cmd == PRC_MSGSIZE) in tcp_ctlinput_with_port()
2890 if (cmd == PRC_MSGSIZE) { in tcp_ctlinput_with_port()
3029 if (cmd == PRC_MSGSIZE) in tcp6_ctlinput_with_port()
3083 if (cmd == PRC_MSGSIZE) { in tcp6_ctlinput_with_port()
H A Dip_icmp.c496 code = PRC_MSGSIZE; in icmp_input()
/freebsd-13.1/sys/netinet6/
H A Din6_pcb.c694 if (cmd == PRC_MSGSIZE && cmdarg != NULL) in in6_pcbnotify()
H A Dicmp6.c499 code = PRC_MSGSIZE; in icmp6_input()