Lines Matching full:params
3254 * long bpf_fib_lookup(void *ctx, struct bpf_fib_lookup *params, int plen, u32 flags)
3256 * Do FIB lookup in kernel tables using parameters in *params*.
3275 * Use the routing table ID present in *params*->tbid
3281 * Skip the neighbour table lookup. *params*->dmac
3282 * and *params*->smac will not be set as output. A common
3286 * Derive and set source IP addr in *params*->ipv{4,6}_src
3289 * case, *params*->dmac and *params*->smac are not set either.
3300 * was exceeded and output params->mtu_result contains the MTU.
4781 * long bpf_redirect_neigh(u32 ifindex, struct bpf_redir_neigh *params, int plen, u64 flags)
4791 * this is supplied by the caller in the *params* argument. The
4792 * *plen* argument indicates the len of *params* and should be set
4793 * to 0 if *params* is NULL.