Home
last modified time | relevance | path

Searched refs:ipv6_txoptions (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/include/net/
Dipv6.h287 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 …]
Dinet_sock.h96 struct ipv6_txoptions *ipv6_opt;
/Linux-v5.4/net/ipv6/
Dexthdrs.c967 void ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, in ipv6_push_nfrag_opts()
984 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts()
991 struct ipv6_txoptions *
992 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) in ipv6_dup_options()
994 struct ipv6_txoptions *opt2; in ipv6_dup_options()
1052 struct ipv6_txoptions *
1053 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_renew_options()
1058 struct ipv6_txoptions *opt2; in ipv6_renew_options()
1109 struct ipv6_txoptions *ipv6_fixup_options(struct ipv6_txoptions *opt_space, in ipv6_fixup_options()
1110 struct ipv6_txoptions *opt) in ipv6_fixup_options()
[all …]
Dipv6_sockglue.c100 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()
173 struct ipv6_txoptions *opt; in do_ipv6_setsockopt()
234 opt = xchg((__force struct ipv6_txoptions **)&np->opt, in do_ipv6_setsockopt()
398 struct ipv6_txoptions *opt; in do_ipv6_setsockopt()
498 struct ipv6_txoptions *opt = NULL; in do_ipv6_setsockopt()
988 static int ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt, in ipv6_getsockopt_sticky()
1165 struct ipv6_txoptions *opt; in do_ipv6_getsockopt()
Dcalipso.c786 struct ipv6_txoptions *old = txopt_get(inet6_sk(sk)), *txopts; in calipso_opt_update()
1081 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_getattr()
1134 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_setattr()
1162 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_delattr()
1196 struct ipv6_txoptions *txopts; in calipso_req_setattr()
1238 struct ipv6_txoptions *txopts; in calipso_req_delattr()
Dip6_flowlabel.c137 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()
Draw.c768 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()
Dudp.c1216 struct ipv6_txoptions opt_space; in udpv6_sendmsg()
1222 struct ipv6_txoptions *opt = NULL; in udpv6_sendmsg()
1223 struct ipv6_txoptions *opt_to_free = NULL; in udpv6_sendmsg()
1367 memset(opt, 0, sizeof(struct ipv6_txoptions)); in udpv6_sendmsg()
Dip6_output.c196 __u32 mark, struct ipv6_txoptions *opt, int tclass, u32 priority) in ip6_xmit()
1241 struct ipv6_txoptions *opt = ipc6->opt; in ip6_setup_cork()
1334 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_append_data()
1724 struct ipv6_txoptions *opt = v6_cork->opt; in __ip6_make_skb()
Daf_inet6.c478 struct ipv6_txoptions *opt; in inet6_destroy_sock()
493 opt = xchg((__force struct ipv6_txoptions **)&np->opt, NULL); in inet6_destroy_sock()
Ddatagram.c69 struct ipv6_txoptions *opt; in ip6_datagram_dst_update()
745 struct ipv6_txoptions *opt = ipc6->opt; in ip6_datagram_send_ctl()
Dtcp_ipv6.c153 struct ipv6_txoptions *opt; in tcp_v6_connect()
492 struct ipv6_txoptions *opt; in tcp_v6_send_synack()
1123 struct ipv6_txoptions *opt; in tcp_v6_syn_recv_sock()
Dip6_tunnel.c936 struct ipv6_txoptions ops;
/Linux-v5.4/net/l2tp/
Dl2tp_ip6.c492 struct ipv6_txoptions opt_space; in l2tp_ip6_sendmsg()
496 struct ipv6_txoptions *opt_to_free = NULL; in l2tp_ip6_sendmsg()
497 struct ipv6_txoptions *opt = NULL; in l2tp_ip6_sendmsg()
569 memset(opt, 0, sizeof(struct ipv6_txoptions)); in l2tp_ip6_sendmsg()
570 opt->tot_len = sizeof(struct ipv6_txoptions); in l2tp_ip6_sendmsg()
/Linux-v5.4/include/linux/
Dipv6.h199 struct ipv6_txoptions *opt;
297 struct ipv6_txoptions __rcu *opt;
/Linux-v5.4/net/dccp/
Dipv6.c223 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.4/net/sctp/
Dipv6.c437 struct ipv6_txoptions *opt; in sctp_v6_copy_ip_options()
456 struct ipv6_txoptions *opt; in sctp_v6_ip_options_len()
/Linux-v5.4/net/
Dsocket.c3744 struct ipv6_txoptions *optv6 = NULL; in kernel_sock_ip_overhead()