Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dprotosw.h285 #define PRC_MSGSIZE 5 /* message size forced drop */ macro
/freebsd-12.1/sys/netinet/
H A Dtcp_subr.c2380 if (cmd == PRC_MSGSIZE) in tcp_ctlinput()
2420 if (cmd == PRC_MSGSIZE) { in tcp_ctlinput()
2517 if (cmd == PRC_MSGSIZE) in tcp6_ctlinput()
2569 if (cmd == PRC_MSGSIZE) { in tcp6_ctlinput()
H A Dip_icmp.c487 code = PRC_MSGSIZE; in icmp_input()
/freebsd-12.1/sys/netinet6/
H A Din6_pcb.c665 if (cmd == PRC_MSGSIZE && cmdarg != NULL) in in6_pcbnotify()
H A Dicmp6.c506 code = PRC_MSGSIZE; in icmp6_input()