commit | 37f3c421e8f09eeee3b78991af4fe13c126616d9 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Mon Mar 25 09:17:19 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 27 13:49:43 2019 -0700 |
tree | 5d56adebac5e58f452beaa9258b39d2447e6ec17 | |
parent | 863d1a8d5523d345186277014cebe861f2782130 [diff] |
net/core: Document reuseport_add_sock() bind_inany argument This patch avoids that the following warning is reported when building with W=1: warning: Function parameter or member 'bind_inany' not described in 'reuseport_add_sock' Cc: Martin KaFai Lau <kafai@fb.com> Fixes: 2dbb9b9e6df6 ("bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT") # v4.19. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: David S. Miller <davem@davemloft.net>