Searched refs:ipv6_txoptions (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.6/include/net/ |
D | ipv6.h | 301 struct ipv6_txoptions { struct 331 struct ipv6_txoptions *opt; argument 363 struct ipv6_txoptions *opt; 385 static inline struct ipv6_txoptions *txopt_get(const struct ipv6_pinfo *np) in txopt_get() 387 struct ipv6_txoptions *opt; in txopt_get() 401 static inline void txopt_put(struct ipv6_txoptions *opt) in txopt_put() 422 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, 424 struct ipv6_txoptions *fopt); 449 struct ipv6_txoptions *ipv6_dup_options(struct sock *sk, 450 struct ipv6_txoptions *opt); [all …]
|
D | inet_sock.h | 96 struct ipv6_txoptions *ipv6_opt;
|
/Linux-v6.6/net/ipv6/ |
D | exthdrs.c | 1170 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts() 1187 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts() 1194 struct ipv6_txoptions * 1195 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options() 1197 struct ipv6_txoptions *opt2; in ipv6_dup_options() 1254 struct ipv6_txoptions * 1255 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_renew_options() 1260 struct ipv6_txoptions *opt2; in ipv6_renew_options() 1311 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_space, in __ipv6_fixup_options() 1312 struct ipv6_txoptions *opt) in __ipv6_fixup_options() [all …]
|
D | calipso.c | 782 struct ipv6_txoptions *old = txopt_get(inet6_sk(sk)), *txopts; in calipso_opt_update() 1078 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_getattr() 1131 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_setattr() 1159 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_delattr() 1193 struct ipv6_txoptions *txopts; in calipso_req_setattr() 1235 struct ipv6_txoptions *txopts; in calipso_req_delattr()
|
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() 114 opt = xchg((__force struct ipv6_txoptions **)&inet6_sk(sk)->opt, in ipv6_update_options() 326 struct ipv6_txoptions *opt; in ipv6_set_opt_hdr() 687 struct ipv6_txoptions *opt = NULL; in do_ipv6_setsockopt() 1023 static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_getsockopt_sticky() 1260 struct ipv6_txoptions *opt; in do_ipv6_getsockopt()
|
D | ip6_flowlabel.c | 137 struct ipv6_txoptions *opt = fl->opt; in fl_release() 315 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, in fl6_merge_options() 317 struct ipv6_txoptions *fopt) in fl6_merge_options() 319 struct ipv6_txoptions *fl_opt = fl->opt; in fl6_merge_options()
|
D | raw.c | 506 struct ipv6_txoptions *opt; in rawv6_push_pending_frames() 736 struct ipv6_txoptions *opt_to_free = NULL; in rawv6_sendmsg() 737 struct ipv6_txoptions opt_space; in rawv6_sendmsg() 743 struct ipv6_txoptions *opt = NULL; in rawv6_sendmsg() 833 memset(opt, 0, sizeof(struct ipv6_txoptions)); in rawv6_sendmsg() 834 opt->tot_len = sizeof(struct ipv6_txoptions); in rawv6_sendmsg()
|
D | ping.c | 128 struct ipv6_txoptions opt = {}; in ping_v6_sendmsg()
|
D | ip6_output.c | 250 __u32 mark, struct ipv6_txoptions *opt, int tclass, u32 priority) in ip6_xmit() 1396 struct ipv6_txoptions *nopt, *opt = ipc6->opt; in ip6_setup_cork() 1487 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_append_data() 1913 struct ipv6_txoptions *opt = v6_cork->opt; in ip6_cork_release() 1941 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_make_skb()
|
D | udp.c | 1319 struct ipv6_txoptions opt_space; in udpv6_sendmsg() 1325 struct ipv6_txoptions *opt = NULL; in udpv6_sendmsg() 1326 struct ipv6_txoptions *opt_to_free = NULL; in udpv6_sendmsg() 1471 memset(opt, 0, sizeof(struct ipv6_txoptions)); in udpv6_sendmsg()
|
D | datagram.c | 76 struct ipv6_txoptions *opt; in ip6_datagram_dst_update() 768 struct ipv6_txoptions *opt = ipc6->opt; in ip6_datagram_send_ctl()
|
D | af_inet6.c | 492 struct ipv6_txoptions *opt; in inet6_cleanup_sock() 507 opt = xchg((__force struct ipv6_txoptions **)&np->opt, NULL); in inet6_cleanup_sock()
|
D | tcp_ipv6.c | 152 struct ipv6_txoptions *opt; in tcp_v6_connect() 533 struct ipv6_txoptions *opt; in tcp_v6_send_synack() 1203 struct ipv6_txoptions *opt; in tcp_v6_syn_recv_sock()
|
D | ip6_tunnel.c | 972 struct ipv6_txoptions ops;
|
/Linux-v6.6/net/l2tp/ |
D | l2tp_ip6.c | 490 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() 494 struct ipv6_txoptions *opt_to_free = NULL; in l2tp_ip6_sendmsg() 495 struct ipv6_txoptions *opt = NULL; in l2tp_ip6_sendmsg() 564 memset(opt, 0, sizeof(struct ipv6_txoptions)); in l2tp_ip6_sendmsg() 565 opt->tot_len = sizeof(struct ipv6_txoptions); in l2tp_ip6_sendmsg()
|
/Linux-v6.6/include/linux/ |
D | ipv6.h | 199 struct ipv6_txoptions *opt; 290 struct ipv6_txoptions __rcu *opt;
|
/Linux-v6.6/net/dccp/ |
D | ipv6.c | 231 struct ipv6_txoptions *opt; in dccp_v6_send_response() 422 struct ipv6_txoptions *opt; in dccp_v6_request_recv_sock() 826 struct ipv6_txoptions *opt; in dccp_v6_connect()
|
/Linux-v6.6/net/sctp/ |
D | ipv6.c | 493 struct ipv6_txoptions *opt; in sctp_v6_copy_ip_options() 512 struct ipv6_txoptions *opt; in sctp_v6_ip_options_len()
|
/Linux-v6.6/net/ |
D | socket.c | 3665 struct ipv6_txoptions *optv6 = NULL; in kernel_sock_ip_overhead()
|