Home
last modified time | relevance | path

Searched refs:DCCP_PKT_INVALID (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Ddccp.h113 DCCP_PKT_INVALID, enumerator
116 #define DCCP_NR_PKT_TYPES DCCP_PKT_INVALID
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_dccp.c449 BUILD_BUG_ON(DCCP_PKT_INVALID >= BITS_PER_LONG); in dccp_error()
475 if (type >= DCCP_PKT_INVALID) { in dccp_error()
/openbmc/linux/net/dccp/
H A Dipv4.c740 if (dh->dccph_type >= DCCP_PKT_INVALID) { in dccp_invalid_packet()