Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dxt_TCPOPTSTRIP.c41 int len, tcp_hdrlen; in tcpoptstrip_mangle_packet() local
Dxt_TCPMSS.c87 int len, tcp_hdrlen; in tcpmss_mangle_packet() local
/linux-4.1.27/include/linux/
Dtcp.h32 static inline unsigned int tcp_hdrlen(const struct sk_buff *skb) in tcp_hdrlen() function