Searched refs:ipv6_txoptions (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/include/net/ |
D | ipv6.h | 202 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 …]
|
D | transp_v6.h | 45 struct ipv6_txoptions *opt,
|
/linux-3.4.99/net/ipv6/ |
D | exthdrs.c | 709 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 …]
|
D | ip6_flowlabel.c | 111 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()
|
D | ipv6_sockglue.c | 102 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()
|
D | raw.c | 728 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()
|
D | datagram.c | 50 struct ipv6_txoptions *opt; in ip6_datagram_connect() 604 struct ipv6_txoptions *opt, in datagram_send_ctl()
|
D | udp.c | 953 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()
|
D | ip6_output.c | 183 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()
|
D | af_inet6.c | 418 struct ipv6_txoptions *opt; in inet6_destroy_sock()
|
D | tcp_ipv6.c | 484 struct ipv6_txoptions *opt = NULL; in tcp_v6_send_synack() 1244 struct ipv6_txoptions *opt; in tcp_v6_syn_recv_sock()
|
D | ip6_tunnel.c | 797 struct ipv6_txoptions ops;
|
/linux-3.4.99/include/linux/ |
D | ipv6.h | 378 struct ipv6_txoptions *opt; 382 struct ipv6_txoptions *opt;
|
/linux-3.4.99/net/dccp/ |
D | ipv6.c | 240 struct ipv6_txoptions *opt = NULL; in dccp_v6_send_response() 475 struct ipv6_txoptions *opt; in dccp_v6_request_recv_sock()
|