Searched refs:SN_DROP_PKT (Results 1 – 2 of 2) sorted by relevance
815 rtnval = SN_DROP_PKT; /* shouldn't get here, but if it does drop packet */ in SctpAlias()820 case SN_DROP_PKT: in SctpAlias()854 case SN_DROP_PKT: in SctpAlias()1770 return (SN_DROP_PKT); in ID_process()1773 return (SN_DROP_PKT); in ID_process()1815 return (SN_DROP_PKT); in ID_process()1817 return (SN_DROP_PKT);/* shouldn't get here very bad: log, drop and hope for the best */ in ID_process()1867 return (SN_DROP_PKT); in INi_process()1869 return (SN_DROP_PKT);/* shouldn't get here very bad: log, drop and hope for the best */ in INi_process()1896 return (SN_DROP_PKT); in INa_process()[all …]
104 #define SN_DROP_PKT 0x0001 /**< drop packet (don't forward it) */ macro