Home
last modified time | relevance | path

Searched refs:tpp (Results 1 – 2 of 2) sorted by relevance

/net/sctp/
Dinput.c476 struct sctp_transport **tpp) in sctp_err_lookup() argument
487 *app = NULL; *tpp = NULL; in sctp_err_lookup()
543 *tpp = transport; in sctp_err_lookup()
/net/xfrm/
Dxfrm_policy.c2433 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; in xfrm_tmpl_resolve() local
2445 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family); in xfrm_tmpl_resolve()
2455 xfrm_state_sort(xfrm, tpp, cnx, family); in xfrm_tmpl_resolve()
2461 xfrm_state_put(tpp[cnx]); in xfrm_tmpl_resolve()
3660 struct xfrm_tmpl **tpp = tp; in __xfrm_policy_check() local
3679 tpp[ti++] = &pols[pi]->xfrm_vec[i]; in __xfrm_policy_check()
3684 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family); in __xfrm_policy_check()
3685 tpp = stp; in __xfrm_policy_check()
3698 k = xfrm_policy_ok(tpp[i], sp, k, family, if_id); in __xfrm_policy_check()