Home
last modified time | relevance | path

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

/linux-6.12.1/net/bridge/netfilter/
Debt_ip.c27 } tcpudphdr; member
75 u32 dst = ntohs(pptr->tcpudphdr.dst); in ebt_ip_mt()
82 u32 src = ntohs(pptr->tcpudphdr.src); in ebt_ip_mt()
Debt_ip6.c30 } tcpudphdr; member
82 u16 dst = ntohs(pptr->tcpudphdr.dst); in ebt_ip6_mt()
89 u16 src = ntohs(pptr->tcpudphdr.src); in ebt_ip6_mt()
Debt_log.c40 struct tcpudphdr { struct
60 const struct tcpudphdr *pptr; in print_ports() argument
61 struct tcpudphdr _ports; in print_ports()