struct netlink_callback;
struct net_device;
struct seq_file;
struct sk_buff;
int batadv_tt_init(struct batadv_priv *bat_priv);
bool batadv_tt_local_add(struct net_device *soft_iface, const u8 *addr,
unsigned short vid, int ifindex, u32 mark);
u16 batadv_tt_local_remove(struct batadv_priv *bat_priv,
const u8 *addr, unsigned short vid,
const char *message, bool roaming);
int batadv_tt_local_seq_print_text(struct seq_file *seq, void *offset);
int batadv_tt_global_seq_print_text(struct seq_file *seq, void *offset);
int batadv_tt_local_dump(struct sk_buff *msg, struct netlink_callback *cb);
int batadv_tt_global_dump(struct sk_buff *msg, struct netlink_callback *cb);
void batadv_tt_global_del_orig(struct batadv_priv *bat_priv,
struct batadv_orig_node *orig_node,
s32 match_vid, const char *message);
int batadv_tt_global_hash_count(struct batadv_priv *bat_priv,
const u8 *addr, unsigned short vid);
struct batadv_orig_node *batadv_transtable_search(struct batadv_priv *bat_priv,
const u8 *src, const u8 *addr,
unsigned short vid);
void batadv_tt_free(struct batadv_priv *bat_priv);
bool batadv_is_my_client(struct batadv_priv *bat_priv, const u8 *addr,
unsigned short vid);
bool batadv_is_ap_isolated(struct batadv_priv *bat_priv, u8 *src, u8 *dst,
unsigned short vid);
void batadv_tt_local_commit_changes(struct batadv_priv *bat_priv);
bool batadv_tt_global_client_is_roaming(struct batadv_priv *bat_priv,
u8 *addr, unsigned short vid);
bool batadv_tt_local_client_is_roaming(struct batadv_priv *bat_priv,
u8 *addr, unsigned short vid);
void batadv_tt_local_resize_to_mtu(struct net_device *soft_iface);
bool batadv_tt_add_temporary_global_entry(struct batadv_priv *bat_priv,
struct batadv_orig_node *orig_node,
const unsigned char *addr,
unsigned short vid);
bool batadv_tt_global_is_isolated(struct batadv_priv *bat_priv,
const u8 *addr, unsigned short vid);
int batadv_tt_cache_init(void);
void batadv_tt_cache_destroy(void);
#endif /* _NET_BATMAN_ADV_TRANSLATION_TABLE_H_ */
lass='left'>FilesLines |
2017-02-05 | net: remove __napi_complete() | Eric Dumazet | 1 | -21/+3 |
2017-02-04 | net: ipv6: Use compressed IPv6 addresses showing route replace error | David Ahern | 1 | -1/+1 |
2017-02-04 | net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH | David Ahern | 2 | -1/+28 |
2017-02-04 | net: ipv6: Change notifications for multipath add to RTA_MULTIPATH | David Ahern | 2 | -3/+53 |
2017-02-04 | net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute | David Ahern | 2 | -17/+105 |
2017-02-04 | net: ipv6: Allow shorthand delete of all nexthops in multipath route | David Ahern | 1 | -2/+36 |
2017-02-03 | net: skb_needs_check() accepts CHECKSUM_NONE for tx | Eric Dumazet | 1 | -3/+4 |
2017-02-03 | net: remove support for per driver ndo_busy_poll() | Eric Dumazet | 2 | -16/+0 |
2017-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 53 | -640/+576 |
2017-02-03 | sched: cls_flower: expose priority to offloading netdevice | Jiri Pirko | 1 | -0/+3 |
2017-02-03 | tcp: clear pfmemalloc on outgoing skb | Eric Dumazet | 1 | -0/+7 |
2017-02-03 | net: ipv6: Set protocol to kernel for local routes | David Ahern | 1 | -0/+1 |
2017-02-03 | bridge: vlan dst_metadata hooks in ingress and egress paths | Roopa Prabhu | 6 | -2/+82 |
2017-02-03 | bridge: per vlan dst_metadata netlink support | Roopa Prabhu | 7 | -48/+641 |
2017-02-03 | net/sched: act_ife: Change to use ife module | Yotam Gigi | 2 | -78/+33 |
2017-02-03 | net: Introduce ife encapsulation module | Yotam Gigi | 5 | -0/+165 |
2017-02-03 | net/sched: act_ife: Unexport ife_tlv_meta_encode | Yotam Gigi | 1 | -2/+2 |
2017-02-03 | tcp: add tcp_mss_clamp() helper | Eric Dumazet |