/kernel/linux/linux-5.10/include/linux/ |
H A D | rfkill.h | 74 * @ops_data: data passed to each method 83 void *ops_data); 231 void *ops_data) in rfkill_alloc() 227 rfkill_alloc(const char *name, struct device *parent, const enum rfkill_type type, const struct rfkill_ops *ops, void *ops_data) rfkill_alloc() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rfkill.h | 74 * @ops_data: data passed to each method 83 void *ops_data); 253 void *ops_data) in rfkill_alloc() 249 rfkill_alloc(const char *name, struct device *parent, const enum rfkill_type type, const struct rfkill_ops *ops, void *ops_data) rfkill_alloc() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ndisc.h | 345 u8 **ops_data) in ndisc_redirect_opt_addr_space() 350 ops_data); in ndisc_redirect_opt_addr_space() 342 ndisc_redirect_opt_addr_space(struct net_device *dev, struct neighbour *neigh, u8 *ops_data_buf, u8 **ops_data) ndisc_redirect_opt_addr_space() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ndisc.h | 345 u8 **ops_data) in ndisc_redirect_opt_addr_space() 350 ops_data); in ndisc_redirect_opt_addr_space() 342 ndisc_redirect_opt_addr_space(struct net_device *dev, struct neighbour *neigh, u8 *ops_data_buf, u8 **ops_data) ndisc_redirect_opt_addr_space() argument
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 177 const u8 *ops_data) in ndisc_fill_redirect_addr_option() 180 ndisc_ops_fill_redirect_addr_option(skb->dev, skb, ops_data); in ndisc_fill_redirect_addr_option() 1604 ops_data_buf[NDISC_OPS_REDIRECT_DATA_SPACE], *ops_data = NULL; in ndisc_send_redirect() local 1667 &ops_data); in ndisc_send_redirect() 1698 ndisc_fill_redirect_addr_option(buff, ha, ops_data); in ndisc_send_redirect() 175 ndisc_fill_redirect_addr_option(struct sk_buff *skb, void *ha, const u8 *ops_data) ndisc_fill_redirect_addr_option() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 178 const u8 *ops_data) in ndisc_fill_redirect_addr_option() 181 ndisc_ops_fill_redirect_addr_option(skb->dev, skb, ops_data); in ndisc_fill_redirect_addr_option() 1677 ops_data_buf[NDISC_OPS_REDIRECT_DATA_SPACE], *ops_data = NULL; in ndisc_send_redirect() local 1740 &ops_data); in ndisc_send_redirect() 1771 ndisc_fill_redirect_addr_option(buff, ha, ops_data); in ndisc_send_redirect() 176 ndisc_fill_redirect_addr_option(struct sk_buff *skb, void *ha, const u8 *ops_data) ndisc_fill_redirect_addr_option() argument
|
/kernel/linux/linux-5.10/net/rfkill/ |
H A D | core.c | 926 void *ops_data) in rfkill_alloc() 952 rfkill->data = ops_data; in rfkill_alloc() 922 rfkill_alloc(const char *name, struct device *parent, const enum rfkill_type type, const struct rfkill_ops *ops, void *ops_data) rfkill_alloc() argument
|
/kernel/linux/linux-6.6/net/rfkill/ |
H A D | core.c | 989 void *ops_data) in rfkill_alloc() 1015 rfkill->data = ops_data; in rfkill_alloc() 985 rfkill_alloc(const char *name, struct device *parent, const enum rfkill_type type, const struct rfkill_ops *ops, void *ops_data) rfkill_alloc() argument
|