Searched refs:ingress (Results 201 - 203 of 203) sorted by relevance

123456789

/linux-master/include/net/
H A Dtcp.h2592 int tcp_bpf_sendmsg_redir(struct sock *sk, bool ingress,
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum.c2414 char *mtpptr_pl, bool ingress)
2431 mlxsw_sp1_ptp_got_timestamp(mlxsw_sp, ingress, local_port,
4606 /* Make sure untagged frames are allowed to ingress */
2413 mlxsw_sp1_ptp_fifo_event_func(struct mlxsw_sp *mlxsw_sp, char *mtpptr_pl, bool ingress) argument
/linux-master/net/core/
H A Dfilter.c2158 /* At ingress, the mac header has already been pulled once.
2160 * the skb is originated from ingress (i.e. a forwarded skb)
6386 bool ingress)
6388 return bpf_lwt_push_ip_encap(skb, hdr, len, ingress);
6403 return bpf_push_ip_encap(skb, hdr, len, true /* ingress */);
9470 * Otherwise, writing at ingress will have to clear the
9477 /* Writing __sk_buff->tstamp as ingress, goto <clear> */
6385 bpf_push_ip_encap(struct sk_buff *skb, void *hdr, u32 len, bool ingress) argument

Completed in 141 milliseconds

123456789