Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/
H A Dgro.c657 struct iphdr *iph1; in send_flush_id_case() local
661 iph1 = (struct iphdr *)(buf1 + ETH_HLEN); in send_flush_id_case()
671 iph1->frag_off |= htons(IP_DF); in send_flush_id_case()
672 iph1->id = htons(8); in send_flush_id_case()
679 iph1->frag_off |= htons(IP_DF); in send_flush_id_case()
680 iph1->id = htons(8); in send_flush_id_case()
687 iph1->frag_off &= ~htons(IP_DF); in send_flush_id_case()
688 iph1->id = htons(8); in send_flush_id_case()
695 iph1->frag_off &= ~htons(IP_DF); in send_flush_id_case()
696 iph1->id = htons(8); in send_flush_id_case()
[all …]