Searched hist:"4 f47d5d507d6f211ebceac76a5f0b83c2eae154b" (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv4/ |
H A D | ip_sockglue.c | diff 4f47d5d507d6f211ebceac76a5f0b83c2eae154b Fri Nov 19 21:41:34 CET 2021 Poorva Sonparote <psonparo@redhat.com> ipv4: Exposing __ip_sock_set_tos() in ip.h
Making the static function __ip_sock_set_tos() from net/ipv4/ip_sockglue.c accessible by declaring it in include/net/ip.h The reason for doing this is to use this function to set IP_TOS value in mptcp_setsockopt() without the lock.
Signed-off-by: Poorva Sonparote <psonparo@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/include/net/ |
H A D | ip.h | diff 4f47d5d507d6f211ebceac76a5f0b83c2eae154b Fri Nov 19 21:41:34 CET 2021 Poorva Sonparote <psonparo@redhat.com> ipv4: Exposing __ip_sock_set_tos() in ip.h
Making the static function __ip_sock_set_tos() from net/ipv4/ip_sockglue.c accessible by declaring it in include/net/ip.h The reason for doing this is to use this function to set IP_TOS value in mptcp_setsockopt() without the lock.
Signed-off-by: Poorva Sonparote <psonparo@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|