Searched refs:txopts (Results 1 – 1 of 1) sorted by relevance
800 struct ipv6_txoptions *old = txopt_get(inet6_sk(sk)), *txopts; in calipso_opt_update() local802 txopts = ipv6_renew_options(sk, old, IPV6_HOPOPTS, hop); in calipso_opt_update()804 if (IS_ERR(txopts)) in calipso_opt_update()805 return PTR_ERR(txopts); in calipso_opt_update()807 txopts = ipv6_update_options(sk, txopts); in calipso_opt_update()808 if (txopts) { in calipso_opt_update()809 atomic_sub(txopts->tot_len, &sk->sk_omem_alloc); in calipso_opt_update()810 txopt_put(txopts); in calipso_opt_update()1095 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_getattr() local1097 if (!txopts || !txopts->hopopt) in calipso_sock_getattr()[all …]