Searched refs:ipv6_txoptions (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | ipv6.h | 140 struct ipv6_txoptions struct 164 struct ipv6_txoptions *opt; argument 183 extern struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space, 185 struct ipv6_txoptions * fopt); 209 extern struct ipv6_txoptions * ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt); 279 struct ipv6_txoptions *opt); 293 struct ipv6_txoptions *opt, 311 struct ipv6_txoptions *opt, 316 struct ipv6_txoptions *opt); 318 struct ipv6_txoptions *opt, [all …]
|
D | transp_v6.h | 34 struct ipv6_txoptions *opt,
|
D | sock.h | 185 struct ipv6_txoptions *opt;
|
/linux-2.4.37.9/net/ipv6/ |
D | exthdrs.c | 338 struct ipv6_txoptions * 355 struct ipv6_txoptions *opt; in ipv6_invert_rthdr() 598 u8 *ipv6_build_nfrag_opts(struct sk_buff *skb, u8 *prev_hdr, struct ipv6_txoptions *opt, in ipv6_build_nfrag_opts() 634 u8 *ipv6_build_frag_opts(struct sk_buff *skb, u8 *prev_hdr, struct ipv6_txoptions *opt) in ipv6_build_frag_opts() 686 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts() 698 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts() 706 struct ipv6_txoptions * 707 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options() 709 struct ipv6_txoptions *opt2; in ipv6_dup_options()
|
D | ip6_flowlabel.c | 102 struct ipv6_txoptions *opt = fl->opt; in fl_release() 219 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions * opt_space, in fl6_merge_options() 221 struct ipv6_txoptions * fopt) in fl6_merge_options() 223 struct ipv6_txoptions * fl_opt = fl->opt; in fl6_merge_options() 391 static int ipv6_opt_cmp(struct ipv6_txoptions *o1, struct ipv6_txoptions *o2) in ipv6_opt_cmp()
|
D | ip6_output.c | 188 struct ipv6_txoptions *opt) in ip6_xmit() 328 struct flowi *fl, struct ipv6_txoptions *opt, in ip6_frag_xmit() 507 struct ipv6_txoptions *opt, int hlimit, int flags) in ip6_build_xmit()
|
D | raw.c | 513 struct ipv6_txoptions opt_space; in rawv6_sendmsg() 516 struct ipv6_txoptions *opt = NULL; in rawv6_sendmsg() 602 memset(opt, 0, sizeof(struct ipv6_txoptions)); in rawv6_sendmsg()
|
D | ipv6_sockglue.c | 157 struct ipv6_txoptions *opt; in ipv6_setsockopt() 262 struct ipv6_txoptions *opt = NULL; in ipv6_setsockopt()
|
D | udp.c | 777 struct ipv6_txoptions opt_space; in udpv6_sendmsg() 781 struct ipv6_txoptions *opt = NULL; in udpv6_sendmsg() 873 memset(opt, 0, sizeof(struct ipv6_txoptions)); in udpv6_sendmsg()
|
D | datagram.c | 251 struct ipv6_txoptions *opt, in datagram_send_ctl()
|
D | af_inet6.c | 351 struct ipv6_txoptions *opt; in inet6_destroy_sock()
|
D | tcp_ipv6.c | 864 struct ipv6_txoptions *opt = NULL; in tcp_v6_send_synack() 1254 struct ipv6_txoptions *opt; in tcp_v6_syn_recv_sock()
|