Searched refs:tcp_len (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/openvswitch/ | 
| D | flow.c | 211 	int tcp_len;  in tcphdr_ok()  local216 	tcp_len = tcp_hdrlen(skb);  in tcphdr_ok()
 217 	if (unlikely(tcp_len < sizeof(struct tcphdr) ||  in tcphdr_ok()
 218 		     skb->len < th_ofs + tcp_len))  in tcphdr_ok()
 
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | bpf_helpers.h | 206 	    void *ip, int ip_len, void *tcp, int tcp_len) =234 					  int ip_len, void *tcp, int tcp_len) =
 
 | 
| /Linux-v5.4/drivers/net/ethernet/neterion/ | 
| D | s2io.h | 1103 	u8 **tcp, u32 *tcp_len, struct lro **lro, struct RxD_t *rxdp,1109 			   struct sk_buff *skb, u32 tcp_len);
 
 | 
| D | s2io.c | 7379 				u32 tcp_len = 0;  in rx_osm_handler()  local7385 							    &tcp_len, &lro,  in rx_osm_handler()
 7392 					lro_append_pkt(sp, lro, skb, tcp_len);  in rx_osm_handler()
 7395 					lro_append_pkt(sp, lro, skb, tcp_len);  in rx_osm_handler()
 8361 				 u8 **tcp, u32 *tcp_len, struct lro **lro,  in s2io_club_tcp_session()  argument
 8379 	*tcp_len = get_l4_pyld_length(ip, tcph);  in s2io_club_tcp_session()
 8401 						      *tcp_len))  in s2io_club_tcp_session()
 8415 		if (verify_l3_l4_lro_capable(NULL, ip, tcph, *tcp_len))  in s2io_club_tcp_session()
 8437 		initiate_new_session(*lro, buffer, ip, tcph, *tcp_len,  in s2io_club_tcp_session()
 8444 		aggregate_new_rx(*lro, ip, tcph, *tcp_len);  in s2io_club_tcp_session()
 [all …]
 
 |