Home
last modified time | relevance | path

Searched refs:tlvs_offset (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Dexthdrs.c1101 int tlvs_offset, tlvs_length; in ipv6_push_rthdr4() local
1103 tlvs_offset = (1 + hops * 2) << 3; in ipv6_push_rthdr4()
1105 memcpy((char *)sr_phdr + tlvs_offset, in ipv6_push_rthdr4()
1106 (char *)sr_ihdr + tlvs_offset, tlvs_length); in ipv6_push_rthdr4()
/kernel/linux/linux-6.6/net/ipv6/
H A Dexthdrs.c1125 int tlvs_offset, tlvs_length; in ipv6_push_rthdr4() local
1127 tlvs_offset = (1 + hops * 2) << 3; in ipv6_push_rthdr4()
1129 memcpy((char *)sr_phdr + tlvs_offset, in ipv6_push_rthdr4()
1130 (char *)sr_ihdr + tlvs_offset, tlvs_length); in ipv6_push_rthdr4()

Completed in 3 milliseconds