Searched refs:src_dst_port (Results 1 – 1 of 1) sorted by relevance
158 __u8 *src_dst_port = data + off + sizeof(struct iphdr); in rss_l3_l4() local168 .sport = PORT(*(src_dst_port + 0), in rss_l3_l4()169 *(src_dst_port + 1)), in rss_l3_l4()170 .dport = PORT(*(src_dst_port + 2), in rss_l3_l4()171 *(src_dst_port + 3)), in rss_l3_l4()183 __u8 *src_dst_port = data + off + in rss_l3_l4() local194 v6_tuple.sport = PORT(*(src_dst_port + 0), in rss_l3_l4()195 *(src_dst_port + 1)); in rss_l3_l4()196 v6_tuple.dport = PORT(*(src_dst_port + 2), in rss_l3_l4()197 *(src_dst_port + 3)); in rss_l3_l4()