Home
last modified time | relevance | path

Searched refs:ipv6_txoptions (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/include/net/
Dipv6.h202 struct ipv6_txoptions { struct
224 struct ipv6_txoptions *opt; argument
242 extern struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space,
244 struct ipv6_txoptions * fopt);
260 extern struct ipv6_txoptions * ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt);
261 extern struct ipv6_txoptions * ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt,
265 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space,
266 struct ipv6_txoptions *opt);
505 struct ipv6_txoptions *opt,
524 struct ipv6_txoptions *opt,
[all …]
Dtransp_v6.h45 struct ipv6_txoptions *opt,
/linux-3.4.99/net/ipv6/
Dexthdrs.c709 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts()
728 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts()
734 struct ipv6_txoptions *
735 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options()
737 struct ipv6_txoptions *opt2; in ipv6_dup_options()
782 struct ipv6_txoptions *
783 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_renew_options()
789 struct ipv6_txoptions *opt2; in ipv6_renew_options()
854 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, in ipv6_fixup_options()
855 struct ipv6_txoptions *opt) in ipv6_fixup_options()
[all …]
Dip6_flowlabel.c111 struct ipv6_txoptions *opt = fl->opt; in fl_release()
271 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space, in fl6_merge_options()
273 struct ipv6_txoptions * fopt) in fl6_merge_options()
275 struct ipv6_txoptions * fl_opt = fl->opt; in fl6_merge_options()
446 static int ipv6_opt_cmp(struct ipv6_txoptions *o1, struct ipv6_txoptions *o2) in ipv6_opt_cmp()
Dipv6_sockglue.c102 struct ipv6_txoptions *ipv6_update_options(struct sock *sk, in ipv6_update_options()
103 struct ipv6_txoptions *opt) in ipv6_update_options()
155 struct ipv6_txoptions *opt; in do_ipv6_setsockopt()
369 struct ipv6_txoptions *opt; in do_ipv6_setsockopt()
445 struct ipv6_txoptions *opt = NULL; in do_ipv6_setsockopt()
912 static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_getsockopt_sticky()
Draw.c728 struct ipv6_txoptions opt_space; in rawv6_sendmsg()
734 struct ipv6_txoptions *opt = NULL; in rawv6_sendmsg()
817 memset(opt, 0, sizeof(struct ipv6_txoptions)); in rawv6_sendmsg()
818 opt->tot_len = sizeof(struct ipv6_txoptions); in rawv6_sendmsg()
Ddatagram.c50 struct ipv6_txoptions *opt; in ip6_datagram_connect()
604 struct ipv6_txoptions *opt, in datagram_send_ctl()
Dudp.c953 struct ipv6_txoptions opt_space; in udpv6_sendmsg()
959 struct ipv6_txoptions *opt = NULL; in udpv6_sendmsg()
1095 memset(opt, 0, sizeof(struct ipv6_txoptions)); in udpv6_sendmsg()
Dip6_output.c183 struct ipv6_txoptions *opt, int tclass) in ip6_xmit()
1214 int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6, in ip6_append_data()
1604 struct ipv6_txoptions *opt = np->cork.opt; in ip6_push_pending_frames()
Daf_inet6.c418 struct ipv6_txoptions *opt; in inet6_destroy_sock()
Dtcp_ipv6.c484 struct ipv6_txoptions *opt = NULL; in tcp_v6_send_synack()
1244 struct ipv6_txoptions *opt; in tcp_v6_syn_recv_sock()
Dip6_tunnel.c797 struct ipv6_txoptions ops;
/linux-3.4.99/include/linux/
Dipv6.h378 struct ipv6_txoptions *opt;
382 struct ipv6_txoptions *opt;
/linux-3.4.99/net/dccp/
Dipv6.c240 struct ipv6_txoptions *opt = NULL; in dccp_v6_send_response()
475 struct ipv6_txoptions *opt; in dccp_v6_request_recv_sock()