Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Din6.h232 #define IPV6_HOPOPTS 54 macro
/openbmc/linux/net/ipv6/
H A Dcalipso.c784 txopts = ipv6_renew_options(sk, old, IPV6_HOPOPTS, hop); in calipso_opt_update()
1207 txopts = ipv6_renew_options(sk, req_inet->ipv6_opt, IPV6_HOPOPTS, new); in calipso_req_setattr()
1244 txopts = ipv6_renew_options(sk, req_inet->ipv6_opt, IPV6_HOPOPTS, new); in calipso_req_delattr()
H A Dipv6_sockglue.c654 case IPV6_HOPOPTS: in do_ipv6_setsockopt()
1031 case IPV6_HOPOPTS: in ipv6_getsockopt_sticky()
1254 case IPV6_HOPOPTS: in do_ipv6_getsockopt()
H A Ddatagram.c647 put_cmsg(msg, SOL_IPV6, IPV6_HOPOPTS, (ptr[1]+1)<<3, ptr); in ip6_datagram_recv_specific_ctl()
865 case IPV6_HOPOPTS: in ip6_datagram_send_ctl()
H A Dexthdrs.c1273 if (newtype != IPV6_HOPOPTS && opt->hopopt) in ipv6_renew_options()
1299 ipv6_renew_option(IPV6_HOPOPTS, &opt2->hopopt, in ipv6_renew_options()
/openbmc/linux/security/selinux/
H A Dnetlabel.c488 (level == IPPROTO_IPV6 && optname == IPV6_HOPOPTS); in selinux_netlbl_option()
/openbmc/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c181 opt.v6.exthdr.val = IPV6_HOPOPTS; in cs_parse_args()