Home
last modified time | relevance | path

Searched refs:tcp_len (Results 1 – 2 of 2) sorted by relevance

/linux/net/openvswitch/
H A Dflow.c216 int tcp_len; in tcphdr_ok() local
221 tcp_len = tcp_hdrlen(skb); in tcphdr_ok()
222 if (unlikely(tcp_len < sizeof(struct tcphdr) || in tcphdr_ok()
223 skb->len < th_ofs + tcp_len)) in tcphdr_ok()
/linux/drivers/net/ethernet/neterion/
H A Ds2io.h1102 u8 **tcp, u32 *tcp_len, struct lro **lro, struct RxD_t *rxdp,
1108 struct sk_buff *skb, u32 tcp_len);