Loading net/batman-adv/bat_iv_ogm.c +0 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ #include "bat_algo.h" #include "network-coding.h" /** * enum batadv_dup_status - duplicate status * @BATADV_NO_DUP: the packet is a duplicate Loading Loading @@ -1362,7 +1361,6 @@ batadv_iv_ogm_update_seqnos(const struct ethhdr *ethhdr, return ret; } /** * batadv_iv_ogm_process_per_outif - process a batman iv OGM for an outgoing if * @skb: the skb containing the OGM Loading net/batman-adv/bitarray.c +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ static void batadv_bitmap_shift_left(unsigned long *seq_bits, int32_t n) bitmap_shift_left(seq_bits, seq_bits, n, BATADV_TQ_LOCAL_WINDOW_SIZE); } /* receive and process one packet within the sequence number window. * * returns: Loading net/batman-adv/bridge_loop_avoidance.c +0 −7 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ static inline uint32_t batadv_choose_backbone_gw(const void *data, return hash % size; } /* compares address and vid of two backbone gws */ static int batadv_compare_backbone_gw(const struct hlist_node *node, const void *data2) Loading Loading @@ -662,7 +661,6 @@ static int batadv_handle_announce(struct batadv_priv *bat_priv, if (unlikely(!backbone_gw)) return 1; /* handle as ANNOUNCE frame */ backbone_gw->lasttime = jiffies; crc = ntohs(*((__be16 *)(&an_addr[4]))); Loading Loading @@ -849,7 +847,6 @@ static int batadv_check_claim_group(struct batadv_priv *bat_priv, return 2; } /** * batadv_bla_process_claim * @bat_priv: the bat priv with all the soft interface information Loading Loading @@ -1347,8 +1344,6 @@ int batadv_bla_check_bcast_duplist(struct batadv_priv *bat_priv, return ret; } /** * batadv_bla_is_backbone_gw_orig * @bat_priv: the bat priv with all the soft interface information Loading Loading @@ -1390,7 +1385,6 @@ bool batadv_bla_is_backbone_gw_orig(struct batadv_priv *bat_priv, uint8_t *orig, return false; } /** * batadv_bla_is_backbone_gw * @skb: the frame to be checked Loading Loading @@ -1480,7 +1474,6 @@ int batadv_bla_rx(struct batadv_priv *bat_priv, struct sk_buff *skb, if (!atomic_read(&bat_priv->bridge_loop_avoidance)) goto allow; if (unlikely(atomic_read(&bat_priv->bla.num_requests))) /* don't allow broadcasts while requests are in flight */ if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) Loading net/batman-adv/fragmentation.c +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ #include "hard-interface.h" #include "soft-interface.h" /** * batadv_frag_clear_chain - delete entries in the fragment buffer chain * @head: head of chain with entries. Loading net/batman-adv/main.c +0 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ #include "network-coding.h" #include "fragmentation.h" /* List manipulations on hardif_list have to be rtnl_lock()'ed, * list traversals just rcu-locked */ Loading Loading
net/batman-adv/bat_iv_ogm.c +0 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ #include "bat_algo.h" #include "network-coding.h" /** * enum batadv_dup_status - duplicate status * @BATADV_NO_DUP: the packet is a duplicate Loading Loading @@ -1362,7 +1361,6 @@ batadv_iv_ogm_update_seqnos(const struct ethhdr *ethhdr, return ret; } /** * batadv_iv_ogm_process_per_outif - process a batman iv OGM for an outgoing if * @skb: the skb containing the OGM Loading
net/batman-adv/bitarray.c +0 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ static void batadv_bitmap_shift_left(unsigned long *seq_bits, int32_t n) bitmap_shift_left(seq_bits, seq_bits, n, BATADV_TQ_LOCAL_WINDOW_SIZE); } /* receive and process one packet within the sequence number window. * * returns: Loading
net/batman-adv/bridge_loop_avoidance.c +0 −7 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ static inline uint32_t batadv_choose_backbone_gw(const void *data, return hash % size; } /* compares address and vid of two backbone gws */ static int batadv_compare_backbone_gw(const struct hlist_node *node, const void *data2) Loading Loading @@ -662,7 +661,6 @@ static int batadv_handle_announce(struct batadv_priv *bat_priv, if (unlikely(!backbone_gw)) return 1; /* handle as ANNOUNCE frame */ backbone_gw->lasttime = jiffies; crc = ntohs(*((__be16 *)(&an_addr[4]))); Loading Loading @@ -849,7 +847,6 @@ static int batadv_check_claim_group(struct batadv_priv *bat_priv, return 2; } /** * batadv_bla_process_claim * @bat_priv: the bat priv with all the soft interface information Loading Loading @@ -1347,8 +1344,6 @@ int batadv_bla_check_bcast_duplist(struct batadv_priv *bat_priv, return ret; } /** * batadv_bla_is_backbone_gw_orig * @bat_priv: the bat priv with all the soft interface information Loading Loading @@ -1390,7 +1385,6 @@ bool batadv_bla_is_backbone_gw_orig(struct batadv_priv *bat_priv, uint8_t *orig, return false; } /** * batadv_bla_is_backbone_gw * @skb: the frame to be checked Loading Loading @@ -1480,7 +1474,6 @@ int batadv_bla_rx(struct batadv_priv *bat_priv, struct sk_buff *skb, if (!atomic_read(&bat_priv->bridge_loop_avoidance)) goto allow; if (unlikely(atomic_read(&bat_priv->bla.num_requests))) /* don't allow broadcasts while requests are in flight */ if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) Loading
net/batman-adv/fragmentation.c +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ #include "hard-interface.h" #include "soft-interface.h" /** * batadv_frag_clear_chain - delete entries in the fragment buffer chain * @head: head of chain with entries. Loading
net/batman-adv/main.c +0 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,6 @@ #include "network-coding.h" #include "fragmentation.h" /* List manipulations on hardif_list have to be rtnl_lock()'ed, * list traversals just rcu-locked */ Loading