Lines Matching refs:newopt
1226 * @newopt: new option of type @newtype to replace (user-mem)
1229 * option type @newtype replaced with @newopt.
1232 * containing just @newopt.
1234 * @newopt may be NULL, in which case the specified option type is
1242 int newtype, struct ipv6_opt_hdr *newopt)
1259 if (newopt)
1260 tot_len += CMSG_ALIGN(ipv6_optlen(newopt));
1277 newopt, newtype, &p);
1280 newopt, newtype, &p);
1284 newopt, newtype, &p);
1287 newopt, newtype, &p);