Home
last modified time | relevance | path

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

/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py232 inner_offset = self.ext_offset + ext_header_len
241 feature_tables += [['B', inner_offset,
243 ['B', inner_offset + 1, feat_bit,
245 [feat_fmt, inner_offset + 2,
248 inner_offset += fnt_entry_size
257 self.ext_offset = inner_offset
/openbmc/linux/include/net/
H A Drawv6.h16 u8 type, u8 code, int inner_offset, __be32);
/openbmc/linux/net/ipv6/
H A Dicmp.c830 int inner_offset; in icmpv6_notify() local
843 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify()
845 if (inner_offset < 0) { in icmpv6_notify()
850 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify()
854 reason = pskb_may_pull_reason(skb, inner_offset + 8); in icmpv6_notify()
867 ipprot->err_handler(skb, opt, type, code, inner_offset, info); in icmpv6_notify()
869 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
H A Draw.c329 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error() argument
346 rawv6_err(sk, skb, NULL, type, code, inner_offset, info); in raw6_icmp_error()