Searched refs:tcp_len (Results 1 – 3 of 3) sorted by relevance
| /linux/net/openvswitch/ |
| A D | flow.c | 212 int tcp_len; in tcphdr_ok() local 217 tcp_len = tcp_hdrlen(skb); in tcphdr_ok() 218 if (unlikely(tcp_len < sizeof(struct tcphdr) || in tcphdr_ok() 219 skb->len < th_ofs + tcp_len)) in tcphdr_ok()
|
| /linux/drivers/net/ethernet/neterion/ |
| A D | s2io.h | 1103 u8 **tcp, u32 *tcp_len, struct lro **lro, struct RxD_t *rxdp, 1109 struct sk_buff *skb, u32 tcp_len);
|
| A D | s2io.c | 7380 u32 tcp_len = 0; in rx_osm_handler() local 7386 &tcp_len, &lro, in rx_osm_handler() 7393 lro_append_pkt(sp, lro, skb, tcp_len); in rx_osm_handler() 7396 lro_append_pkt(sp, lro, skb, tcp_len); in rx_osm_handler() 8362 u8 **tcp, u32 *tcp_len, struct lro **lro, in s2io_club_tcp_session() argument 8380 *tcp_len = get_l4_pyld_length(ip, tcph); in s2io_club_tcp_session() 8402 *tcp_len)) in s2io_club_tcp_session() 8445 aggregate_new_rx(*lro, ip, tcph, *tcp_len); in s2io_club_tcp_session() 8481 struct sk_buff *skb, u32 tcp_len) in lro_append_pkt() argument 8486 first->len += tcp_len; in lro_append_pkt() [all …]
|
Completed in 24 milliseconds