Home
last modified time | relevance | path

Searched refs:IPPROTO_DCCP (Results 1 – 11 of 11) sorted by relevance

/linux/include/uapi/linux/
H A Din.h50 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
51 #define IPPROTO_DCCP IPPROTO_DCCP macro
/linux/tools/include/uapi/linux/
H A Din.h50 IPPROTO_DCCP = 33, /* Datagram Congestion Control Protocol */ enumerator
51 #define IPPROTO_DCCP IPPROTO_DCCP macro
/linux/net/netfilter/
H A Dxt_dccp.c144 .proto = IPPROTO_DCCP,
153 .proto = IPPROTO_DCCP,
H A Dxt_multiport.c117 || proto == IPPROTO_SCTP || proto == IPPROTO_DCCP) in check()
H A Dnft_exthdr.c421 if (pkt->tprot != IPPROTO_DCCP || pkt->fragoff) in nft_exthdr_dccp_eval()
H A Dnft_ct.c1275 case IPPROTO_DCCP: in nft_ct_expect_obj_init()
/linux/include/linux/
H A Din.h26 case IPPROTO_DCCP: in proto_ports_offset()
/linux/net/bridge/netfilter/
H A Debt_ip6.c122 info->protocol != IPPROTO_DCCP) in ebt_ip6_mt_check()
H A Debt_ip.c121 info->protocol != IPPROTO_DCCP) in ebt_ip_mt_check()
H A Debt_log.c59 protocol == IPPROTO_DCCP) { in print_ports()
/linux/net/core/
H A Dflow_dissector.c1959 case IPPROTO_DCCP: in __skb_get_poff()