Home
last modified time | relevance | path

Searched defs:tcp_hdrlen (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/netfilter/
Dxt_TCPOPTSTRIP.c38 int tcp_hdrlen; in tcpoptstrip_mangle_packet() local
Dxt_TCPMSS.c79 int len, tcp_hdrlen; in tcpmss_mangle_packet() local
/Linux-v5.4/include/linux/
Dtcp.h34 static inline unsigned int tcp_hdrlen(const struct sk_buff *skb) in tcp_hdrlen() function