Searched hist:efe0527882a348b55415720c6e46448d3ca87dd9 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/l2tp/ |
H A D | l2tp_eth.c | diff efe0527882a348b55415720c6e46448d3ca87dd9 Thu Sep 03 03:54:47 CDT 2020 Tom Parkin <tparkin@katalix.com> l2tp: remove header length param from l2tp_xmit_skb
All callers pass the session structure's hdr_len field as the header length parameter to l2tp_xmit_skb.
Since we're passing a pointer to the session structure to l2tp_xmit_skb anyway, there's not much point breaking the header length out as a separate argument.
Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | l2tp_core.h | diff efe0527882a348b55415720c6e46448d3ca87dd9 Thu Sep 03 03:54:47 CDT 2020 Tom Parkin <tparkin@katalix.com> l2tp: remove header length param from l2tp_xmit_skb
All callers pass the session structure's hdr_len field as the header length parameter to l2tp_xmit_skb.
Since we're passing a pointer to the session structure to l2tp_xmit_skb anyway, there's not much point breaking the header length out as a separate argument.
Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | l2tp_ppp.c | diff efe0527882a348b55415720c6e46448d3ca87dd9 Thu Sep 03 03:54:47 CDT 2020 Tom Parkin <tparkin@katalix.com> l2tp: remove header length param from l2tp_xmit_skb
All callers pass the session structure's hdr_len field as the header length parameter to l2tp_xmit_skb.
Since we're passing a pointer to the session structure to l2tp_xmit_skb anyway, there's not much point breaking the header length out as a separate argument.
Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | l2tp_core.c | diff efe0527882a348b55415720c6e46448d3ca87dd9 Thu Sep 03 03:54:47 CDT 2020 Tom Parkin <tparkin@katalix.com> l2tp: remove header length param from l2tp_xmit_skb
All callers pass the session structure's hdr_len field as the header length parameter to l2tp_xmit_skb.
Since we're passing a pointer to the session structure to l2tp_xmit_skb anyway, there's not much point breaking the header length out as a separate argument.
Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|