net: rename vlan_tx_* helpers since "tx" is misleading there
The same macros are used for rx as well. So rename it. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

کامیت شده توسط
David S. Miller

والد
d8b9605d26
کامیت
df8a39defa
@@ -469,7 +469,7 @@ static int peek_head_len(struct sock *sk)
|
||||
head = skb_peek(&sk->sk_receive_queue);
|
||||
if (likely(head)) {
|
||||
len = head->len;
|
||||
if (vlan_tx_tag_present(head))
|
||||
if (skb_vlan_tag_present(head))
|
||||
len += VLAN_HLEN;
|
||||
}
|
||||
|
||||
|
مرجع در شماره جدید
Block a user