/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 298 * Common data to all BTF show operations. Private show functions can add 300 * in the show callback. See btf_type_show() below. 307 * pass is signalled by show->state.depth_check being set, and if we 308 * encounter a non-zero value we set show->state.depth_to_show to 321 * The various data type show functions all start with a call to 342 void *target; /* target of show operation (seq file, buffer) */ 343 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); 383 void (*show)(const struct btf *btf, const struct btf_type *t, member 385 struct btf_show *show); 763 btf_show_name(struct btf_show *show) btf_show_name() argument 921 __btf_show_indent(struct btf_show *show) __btf_show_indent() argument 931 btf_show_indent(struct btf_show *show) btf_show_indent() argument 936 btf_show_newline(struct btf_show *show) btf_show_newline() argument 941 btf_show_delim(struct btf_show *show) btf_show_delim() argument 953 btf_show(struct btf_show *show, const char *fmt, ...) btf_show() argument 994 btf_show_obj_size_left(struct btf_show *show, void *data) btf_show_obj_size_left() argument 1000 btf_show_obj_is_safe(struct btf_show *show, void *data, int size) btf_show_obj_is_safe() argument 1012 __btf_show_obj_safe(struct btf_show *show, void *data, int size) __btf_show_obj_safe() argument 1047 btf_show_obj_safe(struct btf_show *show, const struct btf_type *t, void *data) btf_show_obj_safe() argument 1123 btf_show_start_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_type() argument 1134 btf_show_end_type(struct btf_show *show) btf_show_end_type() argument 1141 btf_show_start_aggr_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_aggr_type() argument 1157 btf_show_end_aggr_type(struct btf_show *show, const char *suffix) btf_show_end_aggr_type() argument 1166 btf_show_start_member(struct btf_show *show, const struct btf_member *m) btf_show_start_member() argument 1172 btf_show_start_array_member(struct btf_show *show) btf_show_start_array_member() argument 1178 btf_show_end_member(struct btf_show *show) btf_show_end_member() argument 1183 btf_show_end_array_member(struct btf_show *show) btf_show_end_array_member() argument 1189 btf_show_start_array_type(struct btf_show *show, const struct btf_type *t, u32 type_id, u16 array_encoding, void *data) btf_show_start_array_type() argument 1200 btf_show_end_array_type(struct btf_show *show) btf_show_end_array_type() argument 1207 btf_show_start_struct_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_struct_type() argument 1215 btf_show_end_struct_type(struct btf_show *show) btf_show_end_struct_type() argument 1809 btf_df_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offsets, struct btf_show *show) btf_df_show() argument 1986 btf_int128_print(struct btf_show *show, void *data) btf_int128_print() argument 2052 btf_bitfield_show(void *data, u8 bits_offset, u8 nr_bits, struct btf_show *show) btf_bitfield_show() argument 2077 btf_int_bits_show(const struct btf *btf, const struct btf_type *t, void *data, u8 bits_offset, struct btf_show *show) btf_int_bits_show() argument 2096 btf_int_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_int_show() argument 2436 btf_modifier_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_modifier_show() argument 2449 btf_var_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_var_show() argument 2458 btf_ptr_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_ptr_show() argument 2697 __btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) __btf_array_show() argument 2750 btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_array_show() argument 3012 __btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) __btf_struct_show() argument 3059 btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_struct_show() argument 3230 btf_enum_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_enum_show() argument 3579 btf_datasec_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_datasec_show() argument 5337 btf_type_show(const struct btf *btf, u32 type_id, void *obj, struct btf_show *show) btf_type_show() argument 5349 btf_seq_show(struct btf_show *show, const char *fmt, va_list args) btf_seq_show() argument 5378 struct btf_show show; global() member 5383 btf_snprintf_show(struct btf_show *show, const char *fmt, va_list args) btf_snprintf_show() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | devlink_lib.sh | 11 DEVLINK_DEV=$(devlink port show "${NETIFS[p1]:-$NETIF_NO_CABLE}" -j \ 25 devlink dev show $DEVLINK_DEV &> /dev/null 85 devlink -j resource show "$DEVLINK_DEV" | jq "$resource_name" 122 still_pending=$(devlink resource show "$DEVLINK_DEV" | \ 140 devlink sb port pool show $port pool $pool -j \ 180 devlink sb pool show "$DEVLINK_DEV" pool $pool -j \ 221 devlink sb tc bind show $port tc $tc type $dir -j \ 276 devlink -j trap show $DEVLINK_DEV trap $trap_name \ 294 devlink -j trap show $DEVLINK_DEV trap $trap_name \ 300 devlink -j trap show [all...] |
H A D | bridge_igmp.sh | 112 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null 121 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null 128 bridge mdb show dev br0 | grep $TEST_GROUP 1>/dev/null 149 bridge -j -d -s mdb show dev br0 \ 153 bridge -j -d -s mdb show dev br0 \ 174 bridge -j -d -s mdb show dev br0 \ 185 bridge -j -d -s mdb show dev br0 \ 288 bridge -j -d -s mdb show dev br0 \ 299 bridge -j -d -s mdb show dev br0 \ 305 bridge -j -d -s mdb show de [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | devlink_lib.sh | 8 DEVLINK_DEV=$(devlink port show "${NETIFS[p1]:-$NETIF_NO_CABLE}" -j \ 76 devlink -j resource show "$DEVLINK_DEV" | jq "$resource_name" 113 still_pending=$(devlink resource show "$DEVLINK_DEV" | \ 131 devlink sb port pool show $port pool $pool -j \ 171 devlink sb pool show "$DEVLINK_DEV" pool $pool -j \ 212 devlink sb tc bind show $port tc $tc type $dir -j \ 267 devlink -j trap show $DEVLINK_DEV trap $trap_name \ 285 devlink -j trap show $DEVLINK_DEV trap $trap_name \ 291 devlink -j trap show $DEVLINK_DEV trap $trap_name \ 300 devlink -jv trap show [all...] |
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_template_lib.c | 80 enum ima_show_type show, in ima_show_template_data_ascii() 143 enum ima_show_type show, in ima_show_template_data_binary() 147 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary() 150 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) { in ima_show_template_data_binary() 164 enum ima_show_type show, in ima_show_template_field_data() 168 switch (show) { in ima_show_template_field_data() 170 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data() 175 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data() 182 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() argument 185 ima_show_template_field_data(m, show, DATA_FMT_DIGES in ima_show_template_digest() 79 ima_show_template_data_ascii(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_data_ascii() argument 142 ima_show_template_data_binary(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_data_binary() argument 163 ima_show_template_field_data(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_field_data() argument 188 ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_digest_ng() argument 195 ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_digest_ngv2() argument 203 ima_show_template_string(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_string() argument 209 ima_show_template_sig(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_sig() argument 215 ima_show_template_buf(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_buf() argument 221 ima_show_template_uint(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_uint() argument [all...] |
H A D | ima_template_lib.h | 20 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, 22 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, 24 void ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show, 26 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, 28 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, 30 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show, 32 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show,
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | btf.c | 363 * Common data to all BTF show operations. Private show functions can add 365 * in the show callback. See btf_type_show() below. 372 * pass is signalled by show->state.depth_check being set, and if we 373 * encounter a non-zero value we set show->state.depth_to_show to 386 * The various data type show functions all start with a call to 407 void *target; /* target of show operation (seq file, buffer) */ 408 void (*showfn)(struct btf_show *show, const char *fmt, va_list args); 448 void (*show)(const struct btf *btf, const struct btf_type *t, member 450 struct btf_show *show); 925 btf_show_name(struct btf_show *show) btf_show_name() argument 1084 __btf_show_indent(struct btf_show *show) __btf_show_indent() argument 1094 btf_show_indent(struct btf_show *show) btf_show_indent() argument 1099 btf_show_newline(struct btf_show *show) btf_show_newline() argument 1104 btf_show_delim(struct btf_show *show) btf_show_delim() argument 1116 btf_show(struct btf_show *show, const char *fmt, ...) btf_show() argument 1158 btf_show_obj_size_left(struct btf_show *show, void *data) btf_show_obj_size_left() argument 1164 btf_show_obj_is_safe(struct btf_show *show, void *data, int size) btf_show_obj_is_safe() argument 1176 __btf_show_obj_safe(struct btf_show *show, void *data, int size) __btf_show_obj_safe() argument 1211 btf_show_obj_safe(struct btf_show *show, const struct btf_type *t, void *data) btf_show_obj_safe() argument 1287 btf_show_start_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_type() argument 1298 btf_show_end_type(struct btf_show *show) btf_show_end_type() argument 1305 btf_show_start_aggr_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_aggr_type() argument 1321 btf_show_end_aggr_type(struct btf_show *show, const char *suffix) btf_show_end_aggr_type() argument 1330 btf_show_start_member(struct btf_show *show, const struct btf_member *m) btf_show_start_member() argument 1336 btf_show_start_array_member(struct btf_show *show) btf_show_start_array_member() argument 1342 btf_show_end_member(struct btf_show *show) btf_show_end_member() argument 1347 btf_show_end_array_member(struct btf_show *show) btf_show_end_array_member() argument 1353 btf_show_start_array_type(struct btf_show *show, const struct btf_type *t, u32 type_id, u16 array_encoding, void *data) btf_show_start_array_type() argument 1364 btf_show_end_array_type(struct btf_show *show) btf_show_end_array_type() argument 1371 btf_show_start_struct_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_struct_type() argument 1379 btf_show_end_struct_type(struct btf_show *show) btf_show_end_struct_type() argument 2067 btf_df_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offsets, struct btf_show *show) btf_df_show() argument 2244 btf_int128_print(struct btf_show *show, void *data) btf_int128_print() argument 2310 btf_bitfield_show(void *data, u8 bits_offset, u8 nr_bits, struct btf_show *show) btf_bitfield_show() argument 2335 btf_int_bits_show(const struct btf *btf, const struct btf_type *t, void *data, u8 bits_offset, struct btf_show *show) btf_int_bits_show() argument 2354 btf_int_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_int_show() argument 2702 btf_modifier_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_modifier_show() argument 2715 btf_var_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_var_show() argument 2724 btf_ptr_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_ptr_show() argument 2963 __btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) __btf_array_show() argument 3016 btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_array_show() argument 3908 __btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) __btf_struct_show() argument 3955 btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_struct_show() argument 4123 btf_enum_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_enum_show() argument 4226 btf_enum64_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_enum64_show() argument 4588 btf_datasec_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_datasec_show() argument 7061 btf_type_show(const struct btf *btf, u32 type_id, void *obj, struct btf_show *show) btf_type_show() argument 7073 btf_seq_show(struct btf_show *show, const char *fmt, va_list args) btf_seq_show() argument 7102 struct btf_show show; global() member 7107 btf_snprintf_show(struct btf_show *show, const char *fmt, va_list args) btf_snprintf_show() argument [all...] |
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_debugfs.h | 42 * @show: the &drm_info_list's show callback 49 * their @show callback. 51 #define DRM_DEBUGFS_GPUVA_INFO(show, data) {"gpuvas", show, DRIVER_GEM_GPUVA, data} 63 * @show: 69 int (*show)(struct seq_file*, void*); member 109 * @show: 115 int (*show)(struct seq_file*, void*); member 149 int (*show)(struc [all...] |
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_template_lib.c | 64 enum ima_show_type show, in ima_show_template_data_ascii() 96 enum ima_show_type show, in ima_show_template_data_binary() 100 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary() 103 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) { in ima_show_template_data_binary() 116 enum ima_show_type show, in ima_show_template_field_data() 120 switch (show) { in ima_show_template_field_data() 122 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data() 127 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data() 134 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() argument 137 ima_show_template_field_data(m, show, DATA_FMT_DIGES in ima_show_template_digest() 63 ima_show_template_data_ascii(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_data_ascii() argument 95 ima_show_template_data_binary(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_data_binary() argument 115 ima_show_template_field_data(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_field_data() argument 140 ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_digest_ng() argument 147 ima_show_template_string(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_string() argument 153 ima_show_template_sig(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_sig() argument 159 ima_show_template_buf(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_buf() argument [all...] |
H A D | ima_template_lib.h | 20 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, 22 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, 24 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, 26 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, 28 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show,
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 159 [[ $(ip1 link show dev wg0) =~ mtu\ ([0-9]+) ]] && orig_mtu="${BASH_REMATCH[1]}" 167 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip2 -stats link show dev wg0) 169 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip1 -stats link show dev wg0) 171 read _ rx_bytes tx_bytes < <(n2 wg show wg0 transfer) 173 read _ rx_bytes tx_bytes < <(n1 wg show wg0 transfer) 175 read _ timestamp < <(n1 wg show wg0 latest-handshakes) 216 [[ $(n2 wg show wg0 endpoints) == "$pub1 127.212.121.99:9999" ]] 222 [[ $(n2 wg show wg0 endpoints) == "$pub1 [::1]:9998" ]] 242 [[ $(n1 wg show wg0 endpoints) == "$pub2 [::1]:9997" ]] 279 read _ _ tx_bytes_before < <(n0 wg show wg [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 159 [[ $(ip1 link show dev wg0) =~ mtu\ ([0-9]+) ]] && orig_mtu="${BASH_REMATCH[1]}" 167 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip2 -stats link show dev wg0) 169 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip1 -stats link show dev wg0) 171 read _ rx_bytes tx_bytes < <(n2 wg show wg0 transfer) 173 read _ rx_bytes tx_bytes < <(n1 wg show wg0 transfer) 175 read _ timestamp < <(n1 wg show wg0 latest-handshakes) 216 [[ $(n2 wg show wg0 endpoints) == "$pub1 127.212.121.99:9999" ]] 222 [[ $(n2 wg show wg0 endpoints) == "$pub1 [::1]:9998" ]] 242 [[ $(n1 wg show wg0 endpoints) == "$pub2 [::1]:9997" ]] 279 read _ _ tx_bytes_before < <(n0 wg show wg [all...] |
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | sysfs.c | 140 ssize_t (*show)(struct cpuidle_device *, char *); member 167 if (cattr->show) { in cpuidle_show() 169 ret = cattr->show(dev, buf); in cpuidle_show() 191 .show = cpuidle_show, 210 ssize_t (*show)(struct cpuidle_state *, \ member 216 #define define_one_state_ro(_name, show) \ 217 static struct cpuidle_state_attr attr_##_name = __ATTR(_name, 0444, show, NULL) 219 #define define_one_state_rw(_name, show, store) \ 220 static struct cpuidle_state_attr attr_##_name = __ATTR(_name, 0644, show, store) 359 #define define_one_state_s2idle_ro(_name, show) \ 536 ssize_t (*show)(struct cpuidle_driver *, char *); global() member [all...] |
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | sysfs.c | 147 ssize_t (*show)(struct cpuidle_device *, char *); member 174 if (cattr->show) { in cpuidle_show() 176 ret = cattr->show(dev, buf); in cpuidle_show() 198 .show = cpuidle_show, 217 ssize_t (*show)(struct cpuidle_state *, \ member 223 #define define_one_state_ro(_name, show) \ 224 static struct cpuidle_state_attr attr_##_name = __ATTR(_name, 0444, show, NULL) 226 #define define_one_state_rw(_name, show, store) \ 227 static struct cpuidle_state_attr attr_##_name = __ATTR(_name, 0644, show, store) 367 #define define_one_state_s2idle_ro(_name, show) \ 544 ssize_t (*show)(struct cpuidle_driver *, char *); global() member [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan.sh | 475 bridge fdb show brport vxlan0 491 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 494 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 505 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 516 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 519 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 530 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 541 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 544 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 563 ip route show tabl [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan.sh | 486 bridge fdb show brport vxlan0 502 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 505 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 516 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 527 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 530 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 541 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 552 de:ad:be:ef:13:37 self bridge fdb show brport vxlan0 555 de:ad:be:ef:13:37 self -v bridge fdb show brport vxlan0 574 ip $IP_FLAG route show tabl [all...] |
H A D | rtnetlink.sh | 519 bridge fdb show brport $swp1 de:ad:be:ef:13:37 540 ip -4 neigh show dev $swp1 192.0.2.2 543 ip -6 neigh show dev $swp1 2001:db8:1::2 570 ip -4 route show 198.51.100.0/24 vrf v$swp1 573 ip -6 route show 2001:db8:2::/64 vrf v$swp1 580 ip -4 route show 198.51.100.0/24 vrf v$swp1 583 ip -6 route show 2001:db8:2::/64 vrf v$swp1 590 ip -4 route show 198.51.100.0/24 vrf v$swp1 593 ip -6 route show 2001:db8:2::/64 vrf v$swp1 666 ip nexthop show i [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | netdevice.sh | 21 ip link show "$netdev" |grep -q UP 55 ip link show $netdev |grep -q "$MACADDR" 64 ip address show "$netdev" |grep '^[[:space:]]*inet' 186 ip link show 2>/dev/null >/dev/null 198 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$TMP_LIST_NETDEV"
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iscsi_boot_sysfs.h | 78 * Driver specific show function. 83 ssize_t (*show) (void *data, int type, char *buf); member 111 ssize_t (*show) (void *data, int type, char *buf), 118 ssize_t (*show) (void *data, int type, char *buf), 124 ssize_t (*show) (void *data, int type, char *buf), 131 ssize_t (*show)(void *data, int type, char *buf),
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | iscsi_boot_sysfs.h | 78 * Driver specific show function. 83 ssize_t (*show) (void *data, int type, char *buf); member 111 ssize_t (*show) (void *data, int type, char *buf), 118 ssize_t (*show) (void *data, int type, char *buf), 124 ssize_t (*show) (void *data, int type, char *buf), 131 ssize_t (*show)(void *data, int type, char *buf),
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | netdevice.sh | 21 ip link show "$netdev" |grep -q UP 55 ip link show $netdev |grep -q "$MACADDR" 64 ip address show "$netdev" |grep '^[[:space:]]*inet' 186 ip link show 2>/dev/null >/dev/null 198 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$TMP_LIST_NETDEV"
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | iscsi_boot_sysfs.c | 26 ssize_t (*show) (void *data, int type, char *buf); member 45 if (boot_kobj->show) in iscsi_boot_show_attribute() 46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute() 51 .show = iscsi_boot_show_attribute, 341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj() 359 boot_kobj->show = show; in iscsi_boot_create_kobj() 394 * @show: attr show function 404 ssize_t (*show) (voi in iscsi_boot_create_target() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | iscsi_boot_sysfs.c | 26 ssize_t (*show) (void *data, int type, char *buf); member 45 if (boot_kobj->show) in iscsi_boot_show_attribute() 46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute() 51 .show = iscsi_boot_show_attribute, 341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj() 359 boot_kobj->show = show; in iscsi_boot_create_kobj() 394 * @show: attr show function 404 ssize_t (*show) (voi in iscsi_boot_create_target() [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_cgrp2_tc.sh | 102 local dropped=$($TC -s qdisc show dev $HOST_IFC | tail -3 | \ 126 $IP link show dev $HOST_IFC 127 $IP -6 a show dev $HOST_IFC 128 $TC -s qdisc show dev $HOST_IFC 131 $IP -n $NS link show dev $NS_IFC 132 $IP -n $NS -6 link show dev $NS_IFC
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | edac_device_sysfs.c | 28 * Set of edac_device_ctl_info attribute store/show functions 82 /* 'poll_msec' show and store functions*/ 109 ssize_t(*show) (struct edac_device_ctl_info *, char *); member 116 /* Function to 'show' fields from the edac_dev 'ctl_info' structure */ 123 if (ctl_info_attr->show) in edac_dev_ctl_info_show() 124 return ctl_info_attr->show(edac_dev, buffer); in edac_dev_ctl_info_show() 143 .show = edac_dev_ctl_info_show, 150 .show = _show, \ 307 * Set of low-level instance attribute show functions 341 ssize_t(*show) (struc member [all...] |