diff options
-rw-r--r-- | net/batman-adv/send.c | 1 | ||||
-rw-r--r-- | net/batman-adv/send.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/net/batman-adv/send.c b/net/batman-adv/send.c index 0e4831f624fb..ce163d50e5d7 100644 --- a/net/batman-adv/send.c +++ b/net/batman-adv/send.c | |||
@@ -311,6 +311,7 @@ out: | |||
311 | * @packet_type: the batman unicast packet type to use | 311 | * @packet_type: the batman unicast packet type to use |
312 | * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast | 312 | * @packet_subtype: the unicast 4addr packet subtype (only relevant for unicast |
313 | * 4addr packets) | 313 | * 4addr packets) |
314 | * @dst_hint: can be used to override the destination contained in the skb | ||
314 | * @vid: the vid to be used to search the translation table | 315 | * @vid: the vid to be used to search the translation table |
315 | * | 316 | * |
316 | * Look up the recipient node for the destination address in the ethernet | 317 | * Look up the recipient node for the destination address in the ethernet |
diff --git a/net/batman-adv/send.h b/net/batman-adv/send.h index aaddaa9661ce..31e87811ce5b 100644 --- a/net/batman-adv/send.h +++ b/net/batman-adv/send.h | |||
@@ -47,6 +47,7 @@ int batadv_send_skb_via_gw(struct batadv_priv *bat_priv, struct sk_buff *skb, | |||
47 | * batadv_send_skb_via_tt - send an skb via TT lookup | 47 | * batadv_send_skb_via_tt - send an skb via TT lookup |
48 | * @bat_priv: the bat priv with all the soft interface information | 48 | * @bat_priv: the bat priv with all the soft interface information |
49 | * @skb: the payload to send | 49 | * @skb: the payload to send |
50 | * @dst_hint: can be used to override the destination contained in the skb | ||
50 | * @vid: the vid to be used to search the translation table | 51 | * @vid: the vid to be used to search the translation table |
51 | * | 52 | * |
52 | * Look up the recipient node for the destination address in the ethernet | 53 | * Look up the recipient node for the destination address in the ethernet |
@@ -68,6 +69,7 @@ static inline int batadv_send_skb_via_tt(struct batadv_priv *bat_priv, | |||
68 | * @bat_priv: the bat priv with all the soft interface information | 69 | * @bat_priv: the bat priv with all the soft interface information |
69 | * @skb: the payload to send | 70 | * @skb: the payload to send |
70 | * @packet_subtype: the unicast 4addr packet subtype to use | 71 | * @packet_subtype: the unicast 4addr packet subtype to use |
72 | * @dst_hint: can be used to override the destination contained in the skb | ||
71 | * @vid: the vid to be used to search the translation table | 73 | * @vid: the vid to be used to search the translation table |
72 | * | 74 | * |
73 | * Look up the recipient node for the destination address in the ethernet | 75 | * Look up the recipient node for the destination address in the ethernet |