| /linux/net/batman-adv/ |
| H A D | gateway_common.c | 62 struct batadv_tvlv_gateway_data gateway, *gateway_ptr; in batadv_gw_tvlv_ogm_handler_v1() local 68 tvlv_value_len < sizeof(gateway)) { in batadv_gw_tvlv_ogm_handler_v1() 69 gateway.bandwidth_down = 0; in batadv_gw_tvlv_ogm_handler_v1() 70 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1() 73 gateway.bandwidth_down = gateway_ptr->bandwidth_down; in batadv_gw_tvlv_ogm_handler_v1() 74 gateway.bandwidth_up = gateway_ptr->bandwidth_up; in batadv_gw_tvlv_ogm_handler_v1() 75 if (gateway.bandwidth_down == 0 || in batadv_gw_tvlv_ogm_handler_v1() 76 gateway.bandwidth_up == 0) { in batadv_gw_tvlv_ogm_handler_v1() 77 gateway.bandwidth_down = 0; in batadv_gw_tvlv_ogm_handler_v1() 78 gateway.bandwidth_up = 0; in batadv_gw_tvlv_ogm_handler_v1() [all …]
|
| H A D | gateway_client.c | 326 struct batadv_tvlv_gateway_data *gateway) in batadv_gw_node_add() argument 332 if (gateway->bandwidth_down == 0) in batadv_gw_node_add() 343 gw_node->bandwidth_down = ntohl(gateway->bandwidth_down); in batadv_gw_node_add() 344 gw_node->bandwidth_up = ntohl(gateway->bandwidth_up); in batadv_gw_node_add() 353 ntohl(gateway->bandwidth_down) / 10, in batadv_gw_node_add() 354 ntohl(gateway->bandwidth_down) % 10, in batadv_gw_node_add() 355 ntohl(gateway->bandwidth_up) / 10, in batadv_gw_node_add() 356 ntohl(gateway->bandwidth_up) % 10); in batadv_gw_node_add() 400 struct batadv_tvlv_gateway_data *gateway) in batadv_gw_node_update() argument 407 batadv_gw_node_add(bat_priv, orig_node, gateway); in batadv_gw_node_update() [all …]
|
| H A D | gateway_client.h | 27 struct batadv_tvlv_gateway_data *gateway);
|
| /linux/net/appletalk/ |
| H A D | atalk_proc.c | 132 ntohs(rt->gateway.s_net), rt->gateway.s_node, in atalk_seq_route_show() 139 ntohs(rt->gateway.s_net), rt->gateway.s_node, in atalk_seq_route_show()
|
| /linux/net/mctp/ |
| H A D | route.c | 863 READ_ONCE(rt->dev->net) : rt->gateway.net; in mctp_route_netid() 987 daddr = rt->gateway.eid; in mctp_route_lookup() 1212 if (rt->dst_type == MCTP_ROUTE_GATEWAY && !rt->gateway.eid) in mctp_route_add() 1420 struct mctp_fq_addr *gateway = NULL; in mctp_route_nlparse_common() local 1442 gateway = nla_data(tb[RTA_GATEWAY]); in mctp_route_nlparse_common() 1444 if (ifindex && gateway) { in mctp_route_nlparse_common() 1460 } else if (gateway) { in mctp_route_nlparse_common() 1461 if (!mctp_address_unicast(gateway->eid)) { in mctp_route_nlparse_common() 1466 gatewayp->eid = gateway->eid; in mctp_route_nlparse_common() 1467 gatewayp->net = gateway->net != MCTP_NET_ANY ? in mctp_route_nlparse_common() [all …]
|
| /linux/tools/net/ynl/samples/ |
| H A D | rt-route.c | 35 if (r->_len.gateway) { in rt_route_print() 36 route = inet_ntop(r->_hdr.rtm_family, r->gateway, in rt_route_print()
|
| /linux/security/selinux/include/ |
| H A D | netlabel.h | 30 int gateway); 60 int error, int gateway) in selinux_netlbl_err() argument
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_nvm_iscsi_cfg.h | 39 union nvm_iscsi_ipv4_addr gateway; /* 0x8 */ member 55 union nvm_iscsi_ipv6_addr gateway; /* 0x20 */ member
|
| /linux/include/net/ |
| H A D | cipso_ipv4.h | 181 void cipso_v4_error(struct sk_buff *skb, int error, u32 gateway); 205 u32 gateway) in cipso_v4_error() argument
|
| H A D | netlabel.h | 495 void netlbl_skbuff_err(struct sk_buff *skb, u16 family, int error, int gateway); 666 int gateway) in netlbl_skbuff_err() argument
|
| /linux/arch/arc/plat-tb10x/ |
| H A D | Kconfig | 17 Support for platforms based on the TB10x home media gateway SOC by
|
| /linux/net/mctp/test/ |
| H A D | utils.c | 162 rt->rt.gateway.eid = gw; in mctp_test_create_route_gw() 163 rt->rt.gateway.net = netid; in mctp_test_create_route_gw()
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | Makefile | 21 intel-ixp42x-gateway-7001.dtb \
|
| /linux/Documentation/networking/ |
| H A D | arcnet.rst | 403 its own IP address and needs to use freedom as its default gateway. The 412 - use freedom as its Internet gateway. 431 /* and default gateway is configured by pppd */ 440 to both insight and freedom, and also use freedom as a gateway to the 447 insight, but needs to use freedom as an Internet gateway. Worse, most 449 schemes that rely completely on the netmask and a 'default gateway' to 451 insight, patience WILL send through its default gateway, regardless of 457 then define gatekeeper to be the default gateway for patience. 473 both insight and patience are using freedom as their default gateway, the 482 simply set freedom as the default gateway for insight (now in DOS,
|
| /linux/tools/testing/selftests/net/ |
| H A D | amt.sh | 79 readonly GATEWAY=$(mktemp -u gateway-XXXXXXXX) 148 mode gateway local 10.0.0.1 discovery 10.0.0.2 dev gw_relay \
|
| /linux/include/uapi/linux/ |
| H A D | icmp.h | 98 __be32 gateway; member
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mn-rve-gateway.dts | 12 model = "RVE gateway"; 13 compatible = "rve,gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
|
| /linux/Documentation/translations/zh_CN/arch/parisc/ |
| H A D | registers.rst | 66 SR2 保存Linux gateway page的空间
|
| /linux/Documentation/translations/zh_TW/arch/parisc/ |
| H A D | registers.rst | 66 SR2 保存Linux gateway page的空間
|
| /linux/security/selinux/ |
| H A D | netlabel.c | 144 void selinux_netlbl_err(struct sk_buff *skb, u16 family, int error, int gateway) in selinux_netlbl_err() argument 146 netlbl_skbuff_err(skb, family, error, gateway); in selinux_netlbl_err()
|
| /linux/drivers/firmware/ |
| H A D | iscsi_ibft.c | 123 char gateway[16]; member 326 str += sprintf_ipaddr(str, nic->gateway); in ibft_attr_show_nic() 497 if (address_not_null(nic->gateway)) in ibft_check_nic_for()
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_iscsi.c | 580 struct be_cmd_get_def_gateway_resp gateway; in beiscsi_iface_get_param() local 610 memset(&gateway, 0, sizeof(gateway)); in beiscsi_iface_get_param() 611 len = beiscsi_if_get_gw(phba, BEISCSI_IP_TYPE_V4, &gateway); in beiscsi_iface_get_param() 613 len = sprintf(buf, "%pI4\n", &gateway.ip_addr.addr); in beiscsi_iface_get_param()
|
| /linux/drivers/phy/intel/ |
| H A D | Kconfig | 39 This driver configures ComboPhy subsystem on Intel gateway
|
| /linux/drivers/leds/blink/ |
| H A D | Kconfig | 22 gateway-on-a-chip SoC to be shipped on mid and high end home
|
| /linux/include/linux/ |
| H A D | atalk.h | 12 struct atalk_addr gateway; member
|