Searched refs:tpp (Results 1 – 2 of 2) sorted by relevance
/net/sctp/ |
D | input.c | 478 struct sctp_transport **tpp) in sctp_err_lookup() argument 489 *app = NULL; *tpp = NULL; in sctp_err_lookup() 545 *tpp = transport; in sctp_err_lookup()
|
/net/xfrm/ |
D | xfrm_policy.c | 1448 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; in xfrm_tmpl_resolve() local 1460 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family); in xfrm_tmpl_resolve() 1470 xfrm_state_sort(xfrm, tpp, cnx, family); in xfrm_tmpl_resolve() 1476 xfrm_state_put(tpp[cnx]); in xfrm_tmpl_resolve() 2424 struct xfrm_tmpl **tpp = tp; in __xfrm_policy_check() local 2442 tpp[ti++] = &pols[pi]->xfrm_vec[i]; in __xfrm_policy_check() 2446 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family, net); in __xfrm_policy_check() 2447 tpp = stp; in __xfrm_policy_check() 2457 k = xfrm_policy_ok(tpp[i], sp, k, family); in __xfrm_policy_check()
|