Searched defs:gateway (Results 1 - 6 of 6) sorted by relevance

/net/batman-adv/
H A Dgateway_common.c58 "Download speed of gateway mode invalid: %s\n",
91 "Upload speed of gateway mode invalid: %s\n",
111 * batadv_gw_tvlv_container_update - update the gw tvlv container after gateway
167 "Changing gateway bandwidth from: '%u.%u/%u.%u MBit' to: '%u.%u/%u.%u MBit'\n",
180 * batadv_gw_tvlv_ogm_handler_v1 - process incoming gateway tvlv container
184 * @tvlv_value: tvlv buffer containing the gateway data
193 struct batadv_tvlv_gateway_data gateway, *gateway_ptr; local
199 (tvlv_value_len < sizeof(gateway))) {
200 gateway.bandwidth_down = 0;
201 gateway
[all...]
H A Dgateway_client.c115 * batadv_gw_reselect - force a gateway reselection
118 * Set a flag to remind the GW component to perform a new gateway reselection.
119 * However this function does not ensure that the current gateway is going to be
120 * deselected. The reselection mechanism may elect the same gateway once again.
122 * This means that invoking batadv_gw_reselect() does not guarantee a gateway
184 * soon as a better gateway appears)
186 * soon as a better gateway appears which has
235 /* deselect the current gateway so that next time that client mode is
240 /* if batman-adv is switching the gw client mode off and a gateway was
288 "Removing selected gateway
402 batadv_gw_node_add(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, struct batadv_tvlv_gateway_data *gateway) argument
476 batadv_gw_node_update(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, struct batadv_tvlv_gateway_data *gateway) argument
532 struct batadv_tvlv_gateway_data gateway; local
[all...]
/net/netlabel/
H A Dnetlabel_kapi.c1087 * @gateway: true if host is acting as a gateway, false otherwise
1095 void netlbl_skbuff_err(struct sk_buff *skb, int error, int gateway) argument
1098 cipso_v4_error(skb, error, gateway);
/net/decnet/
H A Ddn_route.c987 __le16 gateway = 0; local
1136 gateway = ((struct dn_neigh *)neigh)->addr;
1137 if (gateway == 0)
1138 gateway = fld.daddr;
1140 fld.saddr = dnet_select_source(dev_out, gateway,
1185 gateway = DN_FIB_RES_GW(res);
1204 rt->rt_gateway = gateway ? gateway : fld.daddr;
1323 __le16 gateway = 0; local
1381 gateway
[all...]
/net/ipv4/
H A Dcipso_ipv4.c1741 * @gateway: CIPSO gateway flag
1754 * of the ICMP message is acting as a CIPSO host or a CIPSO gateway. The
1764 void cipso_v4_error(struct sk_buff *skb, int error, u32 gateway) argument
1769 if (gateway)
/net/ipv6/
H A Droute.c1192 struct in6_addr gateway; member in struct:ip6rd_flowi
1226 if (!ipv6_addr_equal(&rdfl->gateway, &rt->rt6i_gateway))
1248 const struct in6_addr *gateway)
1254 rdfl.gateway = *gateway;
2221 /* Remove routers and update dst entries when gateway turn into host. */
2224 struct in6_addr *gateway = (struct in6_addr *)arg; local
2228 ipv6_addr_equal(gateway, &rt->rt6i_gateway)) {
2234 void rt6_clean_tohost(struct net *net, struct in6_addr *gateway) argument
2236 fib6_clean_all(net, fib6_clean_tohost, gateway);
1246 ip6_route_redirect(struct net *net, const struct flowi6 *fl6, const struct in6_addr *gateway) argument
[all...]

Completed in 762 milliseconds