Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dip_defrag.c167 ip6hdr->ip6_plen = htons(frag_len); in send_fragment()
308 ip6hdr->ip6_plen = htons(frag_len); in send_udp_frags()
/openbmc/qemu/include/net/
H A Deth.h192 #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen macro
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c861 if (pkt->l3_hdr.ip6.ip6_plen == 0) { in net_tx_pkt_fix_ip6_payload_len()
863 pkt->l3_hdr.ip6.ip6_plen = htons(pkt->payload_len); in net_tx_pkt_fix_ip6_payload_len()