Home
last modified time | relevance | path

Searched defs:gw (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/drivers/gpio/
H A Dgpio-gw-pld.c37 struct gw_pld *gw = gpiochip_get_data(gc); in gw_pld_input8() local
45 struct gw_pld *gw = gpiochip_get_data(gc); in gw_pld_get8() local
55 struct gw_pld *gw = gpiochip_get_data(gc); in gw_pld_output8() local
73 struct gw_pld *gw; in gw_pld_probe() local
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_dup_ipv4.c24 const struct in_addr *gw, int oif) in nf_dup_ipv4_route()
51 const struct in_addr *gw, int oif) in nf_dup_ipv4()
H A Dnft_dup_ipv4.c25 struct in_addr gw = { in nft_dup_ipv4_eval() local
/openbmc/linux/net/ipv6/netfilter/
H A Dnf_dup_ipv6.c20 const struct in6_addr *gw, int oif) in nf_dup_ipv6_route()
48 const struct in6_addr *gw, int oif) in nf_dup_ipv6()
H A Dnft_dup_ipv6.c25 struct in6_addr *gw = (struct in6_addr *)&regs->data[priv->sreg_addr]; in nft_dup_ipv6_eval() local
/openbmc/linux/arch/s390/crypto/
H A Daes_s390.c673 static void gcm_walk_start(struct gcm_sg_walk *gw, struct scatterlist *sg, in gcm_walk_start()
681 static inline unsigned int _gcm_sg_clamp_and_map(struct gcm_sg_walk *gw) in _gcm_sg_clamp_and_map()
698 static inline void _gcm_sg_unmap_and_advance(struct gcm_sg_walk *gw, in _gcm_sg_unmap_and_advance()
708 static int gcm_in_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_in_walk_go()
757 static int gcm_out_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_out_walk_go()
787 static int gcm_in_walk_done(struct gcm_sg_walk *gw, unsigned int bytesdone) in gcm_in_walk_done()
805 static int gcm_out_walk_done(struct gcm_sg_walk *gw, unsigned int bytesdone) in gcm_out_walk_done()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_TEE.h8 union nf_inet_addr gw; member
/openbmc/linux/net/batman-adv/
H A Dgateway_common.c27 struct batadv_tvlv_gateway_data gw; in batadv_gw_tvlv_container_update() local
H A Dbridge_loop_avoidance.c86 const struct batadv_bla_backbone_gw *gw; in batadv_choose_backbone_gw() local
H A Dtypes.h1715 struct batadv_priv_gw gw; member
2244 struct batadv_algo_gw_ops gw; member
/openbmc/phosphor-networkd/src/
H A Drtnetlink.cpp95 std::optional<stdplus::InAnyAddr> gw; in parse() local
H A Dethernet_interface.cpp906 static void normalizeGateway(std::string& gw) in normalizeGateway()
/openbmc/qemu/ui/
H A Dconsole-gl.c145 int gw, gh, stripe; in surface_gl_setup_viewport() local
/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4.bpf.c21 __be32 gw; member
H A Dxdp_router_ipv4_user.c102 __be32 dst, gw; in read_route() member
162 __be32 gw; in read_route() member
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c438 u32 action, u32 ip_type, u8 *gw) in beiscsi_if_mod_gw()
460 int beiscsi_if_set_gw(struct beiscsi_hba *phba, u32 ip_type, u8 *gw) in beiscsi_if_set_gw()
650 u8 *gw; in beiscsi_if_en_dhcp() local
H A Dbe_iscsi.c344 u8 *ip = NULL, *subnet = NULL, *gw; in beiscsi_iface_config_ipv4() local
/openbmc/linux/net/ipv4/
H A Dfib_semantics.c442 int ip_fib_check_default(__be32 gw, struct net_device *dev) in ip_fib_check_default()
677 static int fib_gw_from_attr(__be32 *gw, struct nlattr *nla, in fib_gw_from_attr()
960 __be32 gw; in fib_nh_match() local
H A Droute.c640 __be32 gw, u32 pmtu, bool lock, in update_or_create_fnhe()
918 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect() local
1815 __be32 gw; in __mkroute_input() local
/openbmc/linux/arch/sparc/kernel/
H A Dsetup_64.c665 u32 cl, sv, gw; in setup_arch() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c357 union mlxsw_sp_l3addr gw, in mlxsw_sp_span_entry_tunnel_parms_common()
459 union mlxsw_sp_l3addr gw = daddr; in mlxsw_sp_span_entry_gretap4_parms() local
563 union mlxsw_sp_l3addr gw = daddr; in mlxsw_sp_span_entry_gretap6_parms() local
/openbmc/linux/net/ipv6/
H A Droute.c210 struct neighbour *ip6_neigh_lookup(const struct in6_addr *gw, in ip6_neigh_lookup()
1942 const struct in6_addr *gw; member
2994 const struct in6_addr *gw, in ip6_redirect_nh_match()
3025 const struct in6_addr *gw; member
5225 static int fib6_gw_from_attr(struct in6_addr *gw, struct nlattr *nla, in fib6_gw_from_attr()
/openbmc/linux/net/bluetooth/
H A D6lowpan.c33 struct in6_addr gw; member
/openbmc/linux/include/net/
H A Dnexthop.h39 } gw; member
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_main.c2052 char *fmt, *ip, *sub, *gw; in qedi_show_boot_eth_info() local

12