Home
last modified time | relevance | path

Searched refs:format_ (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dnft_concat_range.sh41 # dst call sequence of format_*() functions for destination fields
42 # src call sequence of format_*() functions for source fields
56 # perf_dst format_*() functions for destination fields in performance test
57 # perf_src format_*() functions for source fields in performance test
994 __start="$(eval format_"${f}" "${start}")"
995 __end="$(eval format_"${f}" "${end}")"
1005 __start="$(eval format_"${f}" "${srcstart}")"
1006 __end="$(eval format_"${f}" "${srcend}")"
1029 __expr="${__expr}$(eval format_"${f}" "${start}")"
1032 __expr="${__expr} . $(eval format_"
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_concat_range.sh41 # dst call sequence of format_*() functions for destination fields
42 # src call sequence of format_*() functions for source fields
56 # perf_dst format_*() functions for destination fields in performance test
57 # perf_src format_*() functions for source fields in performance test
1052 __start="$(eval format_"${f}" "${start}")"
1053 __end="$(eval format_"${f}" "${end}")"
1064 __start="$(eval format_"${f}" "${srcstart}")"
1065 __end="$(eval format_"${f}" "${srcend}")"
1088 __expr="${__expr}$(eval format_"${f}" "${start}")"
1091 __expr="${__expr} . $(eval format_"
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dnet-sysfs.c58 static ssize_t format_##field(const struct net_device *dev, char *buf) \
65 return netdev_show(dev, attr, buf, format_##field); \
/kernel/linux/linux-6.6/net/core/
H A Dnet-sysfs.c61 static ssize_t format_##field(const struct net_device *dev, char *buf) \
68 return netdev_show(dev, attr, buf, format_##field); \
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c721 static ssize_t format_##name(struct net_device *dev, char *buf) \
730 return attr_show(d, buf, format_##name); \
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c720 static ssize_t format_##name(struct net_device *dev, char *buf) \
729 return attr_show(d, buf, format_##name); \

Completed in 17 milliseconds