Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpio/
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
75 struct gw_pld *gw; in gw_pld_probe() local
/Linux-v5.4/net/ipv4/netfilter/
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()
Dnft_dup_ipv4.c25 struct in_addr gw = { in nft_dup_ipv4_eval() local
/Linux-v5.4/net/ipv6/netfilter/
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()
Dnft_dup_ipv6.c25 struct in6_addr *gw = (struct in6_addr *)&regs->data[priv->sreg_addr]; in nft_dup_ipv6_eval() local
/Linux-v5.4/include/uapi/linux/netfilter/
Dxt_TEE.h8 union nf_inet_addr gw; member
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c835 static void gcm_walk_start(struct gcm_sg_walk *gw, struct scatterlist *sg, in gcm_walk_start()
843 static inline unsigned int _gcm_sg_clamp_and_map(struct gcm_sg_walk *gw) in _gcm_sg_clamp_and_map()
860 static inline void _gcm_sg_unmap_and_advance(struct gcm_sg_walk *gw, in _gcm_sg_unmap_and_advance()
870 static int gcm_in_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_in_walk_go()
919 static int gcm_out_walk_go(struct gcm_sg_walk *gw, unsigned int minbytesneeded) in gcm_out_walk_go()
949 static int gcm_in_walk_done(struct gcm_sg_walk *gw, unsigned int bytesdone) in gcm_in_walk_done()
967 static int gcm_out_walk_done(struct gcm_sg_walk *gw, unsigned int bytesdone) in gcm_out_walk_done()
/Linux-v5.4/net/batman-adv/
Dgateway_common.c136 struct batadv_tvlv_gateway_data gw; in batadv_gw_tvlv_container_update() local
Dtypes.h1734 struct batadv_priv_gw gw; member
2323 struct batadv_algo_gw_ops gw; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c239 union mlxsw_sp_l3addr gw, in mlxsw_sp_span_entry_tunnel_parms_common()
339 union mlxsw_sp_l3addr gw = daddr; in mlxsw_sp_span_entry_gretap4_parms() local
440 union mlxsw_sp_l3addr gw = daddr; in mlxsw_sp_span_entry_gretap6_parms() local
Dspectrum_router.c2847 const struct in6_addr *gw, int ifindex, in mlxsw_sp_nexthop6_group_has_nexthop()
2875 struct in6_addr *gw; in mlxsw_sp_nexthop6_group_cmp() local
/Linux-v5.4/samples/bpf/
Dxdp_router_ipv4_kern.c24 __be32 gw; member
Dxdp_router_ipv4_user.c134 __be32 dst, gw; in read_route() member
208 __be32 gw; in read_route() member
/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_mgmt.c434 u32 action, u32 ip_type, u8 *gw) in beiscsi_if_mod_gw()
454 int beiscsi_if_set_gw(struct beiscsi_hba *phba, u32 ip_type, u8 *gw) in beiscsi_if_set_gw()
639 u8 *gw; in beiscsi_if_en_dhcp() local
Dbe_iscsi.c335 u8 *ip = NULL, *subnet = NULL, *gw; in beiscsi_iface_config_ipv4() local
/Linux-v5.4/arch/sparc/kernel/
Dsetup_64.c676 u32 cl, sv, gw; in setup_arch() local
/Linux-v5.4/include/net/
Dnexthop.h37 } gw; member
/Linux-v5.4/net/ipv4/
Droute.c645 __be32 gw, u32 pmtu, bool lock, in update_or_create_fnhe()
920 __be32 gw = rt_nexthop(rt, ip_hdr(skb)->daddr); in ip_rt_send_redirect() local
1814 __be32 gw; in __mkroute_input() local
Dfib_semantics.c431 int ip_fib_check_default(__be32 gw, struct net_device *dev) in ip_fib_check_default()
Dfib_trie.c2802 __be32 gw = 0; in fib_route_seq_show() local
/Linux-v5.4/net/decnet/
Ddn_table.c253 __le16 gw; in dn_fib_nh_match() local
/Linux-v5.4/net/bluetooth/
D6lowpan.c33 struct in6_addr gw; member
/Linux-v5.4/net/ipv6/
Droute.c199 struct neighbour *ip6_neigh_lookup(const struct in6_addr *gw, in ip6_neigh_lookup()
1917 const struct in6_addr *gw; member
2837 const struct in6_addr *gw, in ip6_redirect_nh_match()
2868 const struct in6_addr *gw; member
/Linux-v5.4/drivers/scsi/qedi/
Dqedi_main.c1983 char *fmt, *ip, *sub, *gw; in qedi_show_boot_eth_info() local
/Linux-v5.4/include/video/
Dpm3fb.h953 #define PM3DownloadGlyphwidth_GlyphWidth(gw) ((gw) & 0xffff) argument