Searched refs:ipv6_txoptions (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.10/include/net/ |
D | ipv6.h | 287 struct ipv6_txoptions { struct 317 struct ipv6_txoptions *opt; argument 348 struct ipv6_txoptions *opt; 371 static inline struct ipv6_txoptions *txopt_get(const struct ipv6_pinfo *np) in txopt_get() 373 struct ipv6_txoptions *opt; in txopt_get() 387 static inline void txopt_put(struct ipv6_txoptions *opt) in txopt_put() 405 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, 407 struct ipv6_txoptions *fopt); 431 struct ipv6_txoptions *ipv6_dup_options(struct sock *sk, 432 struct ipv6_txoptions *opt); [all …]
|
D | inet_sock.h | 96 struct ipv6_txoptions *ipv6_opt;
|
/Linux-v5.10/net/ipv6/ |
D | exthdrs.c | 1164 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts() 1181 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts() 1188 struct ipv6_txoptions * 1189 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options() 1191 struct ipv6_txoptions *opt2; in ipv6_dup_options() 1248 struct ipv6_txoptions * 1249 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_renew_options() 1254 struct ipv6_txoptions *opt2; in ipv6_renew_options() 1305 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, in ipv6_fixup_options() 1306 struct ipv6_txoptions *opt) in ipv6_fixup_options() [all …]
|
D | ipv6_sockglue.c | 100 struct ipv6_txoptions *ipv6_update_options(struct sock *sk, in ipv6_update_options() 101 struct ipv6_txoptions *opt) in ipv6_update_options() 112 opt = xchg((__force struct ipv6_txoptions **)&inet6_sk(sk)->opt, in ipv6_update_options() 324 struct ipv6_txoptions *opt; in ipv6_set_opt_hdr() 426 struct ipv6_txoptions *opt; in do_ipv6_setsockopt() 494 opt = xchg((__force struct ipv6_txoptions **)&np->opt, in do_ipv6_setsockopt() 685 struct ipv6_txoptions *opt = NULL; in do_ipv6_setsockopt() 1014 static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_getsockopt_sticky() 1247 struct ipv6_txoptions *opt; in do_ipv6_getsockopt()
|
D | calipso.c | 786 struct ipv6_txoptions *old = txopt_get(inet6_sk(sk)), *txopts; in calipso_opt_update() 1082 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_getattr() 1135 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_setattr() 1163 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_delattr() 1197 struct ipv6_txoptions *txopts; in calipso_req_setattr() 1239 struct ipv6_txoptions *txopts; in calipso_req_delattr()
|
D | ip6_flowlabel.c | 137 struct ipv6_txoptions *opt = fl->opt; in fl_release() 312 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, in fl6_merge_options() 314 struct ipv6_txoptions *fopt) in fl6_merge_options() 316 struct ipv6_txoptions *fl_opt = fl->opt; in fl6_merge_options()
|
D | raw.c | 768 struct ipv6_txoptions *opt_to_free = NULL; in rawv6_sendmsg() 769 struct ipv6_txoptions opt_space; in rawv6_sendmsg() 775 struct ipv6_txoptions *opt = NULL; in rawv6_sendmsg() 869 memset(opt, 0, sizeof(struct ipv6_txoptions)); in rawv6_sendmsg() 870 opt->tot_len = sizeof(struct ipv6_txoptions); in rawv6_sendmsg()
|
D | udp.c | 1276 struct ipv6_txoptions opt_space; in udpv6_sendmsg() 1282 struct ipv6_txoptions *opt = NULL; in udpv6_sendmsg() 1283 struct ipv6_txoptions *opt_to_free = NULL; in udpv6_sendmsg() 1427 memset(opt, 0, sizeof(struct ipv6_txoptions)); in udpv6_sendmsg()
|
D | ip6_output.c | 197 __u32 mark, struct ipv6_txoptions *opt, int tclass, u32 priority) in ip6_xmit() 1311 struct ipv6_txoptions *opt = ipc6->opt; in ip6_setup_cork() 1404 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_append_data() 1794 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_make_skb()
|
D | datagram.c | 70 struct ipv6_txoptions *opt; in ip6_datagram_dst_update() 761 struct ipv6_txoptions *opt = ipc6->opt; in ip6_datagram_send_ctl()
|
D | af_inet6.c | 483 struct ipv6_txoptions *opt; in inet6_destroy_sock() 498 opt = xchg((__force struct ipv6_txoptions **)&np->opt, NULL); in inet6_destroy_sock()
|
D | tcp_ipv6.c | 154 struct ipv6_txoptions *opt; in tcp_v6_connect() 509 struct ipv6_txoptions *opt; in tcp_v6_send_synack() 1200 struct ipv6_txoptions *opt; in tcp_v6_syn_recv_sock()
|
D | ip6_tunnel.c | 1010 struct ipv6_txoptions ops;
|
/Linux-v5.10/net/l2tp/ |
D | l2tp_ip6.c | 493 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() 497 struct ipv6_txoptions *opt_to_free = NULL; in l2tp_ip6_sendmsg() 498 struct ipv6_txoptions *opt = NULL; in l2tp_ip6_sendmsg() 567 memset(opt, 0, sizeof(struct ipv6_txoptions)); in l2tp_ip6_sendmsg() 568 opt->tot_len = sizeof(struct ipv6_txoptions); in l2tp_ip6_sendmsg()
|
/Linux-v5.10/include/linux/ |
D | ipv6.h | 189 struct ipv6_txoptions *opt; 288 struct ipv6_txoptions __rcu *opt;
|
/Linux-v5.10/net/dccp/ |
D | ipv6.c | 223 struct ipv6_txoptions *opt; in dccp_v6_send_response() 406 struct ipv6_txoptions *opt; in dccp_v6_request_recv_sock() 812 struct ipv6_txoptions *opt; in dccp_v6_connect()
|
/Linux-v5.10/net/sctp/ |
D | ipv6.c | 445 struct ipv6_txoptions *opt; in sctp_v6_copy_ip_options() 464 struct ipv6_txoptions *opt; in sctp_v6_ip_options_len()
|
/Linux-v5.10/net/ |
D | socket.c | 3708 struct ipv6_txoptions *optv6 = NULL; in kernel_sock_ip_overhead()
|