Searched defs:ipv6_pinfo (Results 1 – 7 of 7) sorted by relevance
80980 struct ipv6_pinfo { struct80981 struct in6_addr saddr;80982 struct in6_pktinfo sticky_pktinfo;80983 const struct in6_addr *daddr_cache;80984 const struct in6_addr *saddr_cache;80985 __be32 flow_label;80986 __u32 frag_size;80987 __u16 __unused_1: 7;80988 __s16 hop_limit: 9;80989 __u16 mc_loop: 1;[all …]
52571 struct ipv6_pinfo { struct52572 struct in6_addr saddr;52573 struct in6_pktinfo sticky_pktinfo;52574 const struct in6_addr *daddr_cache;52575 const struct in6_addr *saddr_cache;52576 __be32 flow_label;52577 __u32 frag_size;52578 __u16 __unused_1: 7;52579 __s16 hop_limit: 9;52580 __u16 mc_loop: 1;[all …]
47431 struct ipv6_pinfo { struct47432 struct in6_addr saddr;47433 struct in6_pktinfo sticky_pktinfo;47434 const struct in6_addr *daddr_cache;47435 const struct in6_addr *saddr_cache;47436 __be32 flow_label;47437 __u32 frag_size;47438 __u16 __unused_1: 7;47439 __s16 hop_limit: 9;47440 __u16 mc_loop: 1;[all …]
55828 struct ipv6_pinfo { struct55829 struct in6_addr saddr;55830 struct in6_pktinfo sticky_pktinfo;55831 const struct in6_addr *daddr_cache;55832 __be32 flow_label;55833 __u32 frag_size;55834 __u16 __unused_1: 7;55835 __s16 hop_limit: 9;55836 __u16 mc_loop: 1;55837 __u16 __unused_2: 6;[all …]