Home
last modified time | relevance | path

Searched refs:opt_to_free (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/l2tp/
Dl2tp_ip6.c494 struct ipv6_txoptions *opt_to_free = NULL; in l2tp_ip6_sendmsg() local
584 opt_to_free = opt; in l2tp_ip6_sendmsg()
644 txopt_put(opt_to_free); in l2tp_ip6_sendmsg()
/Linux-v6.6/net/ipv6/
Draw.c736 struct ipv6_txoptions *opt_to_free = NULL; in rawv6_sendmsg() local
852 opt_to_free = opt; in rawv6_sendmsg()
927 txopt_put(opt_to_free); in rawv6_sendmsg()
Dudp.c1326 struct ipv6_txoptions *opt_to_free = NULL; in udpv6_sendmsg() local
1494 opt_to_free = opt; in udpv6_sendmsg()
1616 txopt_put(opt_to_free); in udpv6_sendmsg()