/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 301 struct ipv6_txoptions { struct 331 struct ipv6_txoptions *opt; 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_option [all...] |
H A D | inet_sock.h | 96 struct ipv6_txoptions *ipv6_opt;
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 287 struct ipv6_txoptions { struct 317 struct ipv6_txoptions *opt; 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() 408 struct ipv6_txoptions *fl6_merge_options(struct ipv6_txoptions *opt_space, 410 struct ipv6_txoptions *fopt); 434 struct ipv6_txoptions *ipv6_dup_option [all...] |
H A D | inet_sock.h | 96 struct ipv6_txoptions *ipv6_opt;
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | exthdrs.c | 1156 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts() 1173 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts() 1180 struct ipv6_txoptions * 1181 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options() 1183 struct ipv6_txoptions *opt2; in ipv6_dup_options() 1240 struct ipv6_txoptions * 1241 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_renew_options() 1246 struct ipv6_txoptions *opt2; in ipv6_renew_options() 1297 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_spac [all...] |
H A 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()
|
H A 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() 690 struct ipv6_txoptions *opt = NULL; in do_ipv6_setsockopt() 1020 static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_getsockopt_sticky() 1253 struct ipv6_txoptions *opt; in do_ipv6_getsockopt()
|
H A 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()
|
H A D | raw.c | 542 struct ipv6_txoptions *opt; in rawv6_push_pending_frames() 772 struct ipv6_txoptions *opt_to_free = NULL; in rawv6_sendmsg() 773 struct ipv6_txoptions opt_space; in rawv6_sendmsg() 779 struct ipv6_txoptions *opt = NULL; in rawv6_sendmsg() 874 memset(opt, 0, sizeof(struct ipv6_txoptions)); in rawv6_sendmsg() 875 opt->tot_len = sizeof(struct ipv6_txoptions); in rawv6_sendmsg()
|
H A D | udp.c | 1299 struct ipv6_txoptions opt_space; in udpv6_sendmsg() 1305 struct ipv6_txoptions *opt = NULL; in udpv6_sendmsg() 1306 struct ipv6_txoptions *opt_to_free = NULL; in udpv6_sendmsg() 1451 memset(opt, 0, sizeof(struct ipv6_txoptions)); in udpv6_sendmsg()
|
H A D | ip6_output.c | 270 __u32 mark, struct ipv6_txoptions *opt, int tclass, u32 priority) in ip6_xmit() 1391 struct ipv6_txoptions *opt = ipc6->opt; in ip6_setup_cork() 1482 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_append_data() 1879 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_make_skb()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | exthdrs.c | 1180 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts() 1197 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts() 1204 struct ipv6_txoptions * 1205 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options() 1207 struct ipv6_txoptions *opt2; in ipv6_dup_options() 1264 struct ipv6_txoptions * 1265 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_renew_options() 1270 struct ipv6_txoptions *opt2; in ipv6_renew_options() 1321 struct ipv6_txoptions *__ipv6_fixup_options(struct ipv6_txoptions *opt_spac [all...] |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | ip6_output.c | 256 __u32 mark, struct ipv6_txoptions *opt, int tclass, u32 priority) in ip6_xmit() 1402 struct ipv6_txoptions *nopt, *opt = ipc6->opt; in ip6_setup_cork() 1493 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_append_data() 1919 struct ipv6_txoptions *opt = v6_cork->opt; in ip6_cork_release() 1947 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_make_skb()
|
H A D | ping.c | 128 struct ipv6_txoptions opt = {}; in ping_v6_sendmsg()
|
H A D | udp.c | 1322 struct ipv6_txoptions opt_space; in udpv6_sendmsg() 1328 struct ipv6_txoptions *opt = NULL; in udpv6_sendmsg() 1329 struct ipv6_txoptions *opt_to_free = NULL; in udpv6_sendmsg() 1474 memset(opt, 0, sizeof(struct ipv6_txoptions)); in udpv6_sendmsg()
|
/kernel/linux/linux-5.10/net/l2tp/ |
H A D | l2tp_ip6.c | 491 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg() 495 struct ipv6_txoptions *opt_to_free = NULL; in l2tp_ip6_sendmsg() 496 struct ipv6_txoptions *opt = NULL; in l2tp_ip6_sendmsg() 565 memset(opt, 0, sizeof(struct ipv6_txoptions)); in l2tp_ip6_sendmsg() 566 opt->tot_len = sizeof(struct ipv6_txoptions); in l2tp_ip6_sendmsg()
|
/kernel/linux/linux-6.6/net/l2tp/ |
H A 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ipv6.h | 189 struct ipv6_txoptions *opt; 288 struct ipv6_txoptions __rcu *opt;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ipv6.h | 199 struct ipv6_txoptions *opt; 290 struct ipv6_txoptions __rcu *opt;
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv6.c | 223 struct ipv6_txoptions *opt; in dccp_v6_send_response() 411 struct ipv6_txoptions *opt; in dccp_v6_request_recv_sock() 814 struct ipv6_txoptions *opt; in dccp_v6_connect()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A 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()
|